24 references to TextFlow
Microsoft.Maui.Graphics (13)
AbstractCanvas.cs (2)
191 TextFlow textFlow = TextFlow.ClipBounds,
CanvasExtensions.cs (4)
162 TextFlow textFlow = TextFlow.ClipBounds, 174 TextFlow textFlow = TextFlow.ClipBounds,
ICanvas.cs (3)
234 /// <param name="textFlow">Specifies whether text will be clipped in case it overflows the bounding box. Default is <see cref="TextFlow.ClipBounds"/>.</param> 244 TextFlow textFlow = TextFlow.ClipBounds,
PictureCanvas.cs (2)
174 TextFlow textFlow = TextFlow.ClipBounds, float lineSpacingAdjustment = 0)
ScalingCanvas.cs (2)
150 TextFlow textFlow = TextFlow.ClipBounds, float lineSpacingAdjustment = 0)
Microsoft.Maui.Graphics.Skia (8)
SkiaCanvas.cs (2)
653 TextFlow textFlow = TextFlow.ClipBounds,
SkiaTextLayout.cs (6)
13 private readonly TextFlow _textFlow; 26 TextFlow textFlow = TextFlow.ClipBounds, 101 if (_textFlow == TextFlow.ClipBounds) 158 if (_textFlow == TextFlow.ClipBounds && y - _lineHeight < top) 215 if (_textFlow == TextFlow.ClipBounds && _textAttributes.VerticalAlignment == VerticalAlignment.Top && y > bottom)
Microsoft.Maui.Graphics.Win2D.WinUI.Desktop (3)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (3)
313 TextFlow textFlow = TextFlow.ClipBounds, 355 Options = textFlow == TextFlow.OverflowBounds