13 references to ClipBounds
Microsoft.Maui.Graphics (7)
AbstractCanvas.cs (1)
191 TextFlow textFlow = TextFlow.ClipBounds,
CanvasExtensions.cs (2)
162 TextFlow textFlow = TextFlow.ClipBounds, 174 TextFlow textFlow = TextFlow.ClipBounds,
ICanvas.cs (2)
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 (1)
174 TextFlow textFlow = TextFlow.ClipBounds, float lineSpacingAdjustment = 0)
ScalingCanvas.cs (1)
150 TextFlow textFlow = TextFlow.ClipBounds, float lineSpacingAdjustment = 0)
Microsoft.Maui.Graphics.Skia (5)
SkiaCanvas.cs (1)
653 TextFlow textFlow = TextFlow.ClipBounds,
SkiaTextLayout.cs (4)
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 (1)
src\Graphics\src\Graphics\Platforms\Windows\PlatformCanvas.cs (1)
313 TextFlow textFlow = TextFlow.ClipBounds,