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