1 implementation of VerticalAlignment
Microsoft.Maui.Graphics (1)
StandardTextAttributes.cs (1)
15 public VerticalAlignment VerticalAlignment { get; set; }
2 references to VerticalAlignment
Microsoft.Maui.Graphics.Skia (2)
SkiaTextLayout.cs (2)
76 switch (_textAttributes.VerticalAlignment) 215 if (_textFlow == TextFlow.ClipBounds && _textAttributes.VerticalAlignment == VerticalAlignment.Top && y > bottom)