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