3 references to IsClippedToBounds
Microsoft.Maui.Controls (3)
Layout\Layout.cs (3)
84
/// <summary>Bindable property for <see cref="
IsClippedToBounds
"/>.</summary>
86
BindableProperty.Create(nameof(
IsClippedToBounds
), typeof(bool), typeof(Layout), false,
107
bool Maui.ILayout.ClipsToBounds =>
IsClippedToBounds
;