3 references to StrokeLineCapProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
127 set { SetValue(StrokeLineCapProperty, value); } 128 get { return (PenLineCap)GetValue(StrokeLineCapProperty); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Shapes\ShapeRenderer.cs (1)
81 else if (args.PropertyName == Shape.StrokeLineCapProperty.PropertyName)