2 references to IsClippedToBoundsProperty
Microsoft.Maui.Controls (2)
Layout\Layout.cs (2)
97
get => (bool)GetValue(
IsClippedToBoundsProperty
);
98
set => SetValue(
IsClippedToBoundsProperty
, value);