5 references to Clip
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
99
/// <summary>Bindable property for <see cref="
Clip
"/>.</summary>
100
public static readonly BindableProperty ClipProperty = BindableProperty.Create(nameof(
Clip
), typeof(Geometry), typeof(VisualElement), null,
114
var clip =
Clip
;
117
_clipChanged ??= (sender, e) => OnPropertyChanged(nameof(
Clip
));
1831
IShape IView.Clip =>
Clip
;