1 write to Clip
Microsoft.Maui (1)
Platform\iOS\StrokeExtensions.cs (1)
157 contentView.Clip = border;
3 references to Clip
Microsoft.Maui (3)
Platform\iOS\ContentView.cs (3)
74 if (Clip is null || Bounds == CGRect.Empty || content == null || content.Frame == CGRect.Empty) 84 var strokeThickness = (float)Clip.StrokeThickness; 120 IShape? clipShape = Clip?.Shape;