1 interface inheriting from IBorderStroke
Microsoft.Maui (1)
Core\IBorderView.cs (1)
6 public interface IBorderView : IContentView, IBorderStroke
17 references to IBorderStroke
Microsoft.Maui (13)
Core\IBorder.cs (1)
16 IBorderStroke Border { get; }
Handlers\Border\BorderHandler.cs (2)
75 UpdateValue(nameof(IBorderStroke.Shape)); 90 /// Maps the abstract <see cref="IBorderStroke.Shape"/> property to the platform-specific implementations.
Platform\Standard\StrokeExtensions.cs (8)
5 public static void UpdateStrokeShape(this object platformView, IBorderStroke border) { } 7 public static void UpdateStroke(this object platformView, IBorderStroke border) { } 9 public static void UpdateStrokeThickness(this object platformView, IBorderStroke border) { } 11 public static void UpdateStrokeDashPattern(this object platformView, IBorderStroke border) { } 13 public static void UpdateStrokeDashOffset(this object platformView, IBorderStroke border) { } 15 public static void UpdateStrokeMiterLimit(this object platformView, IBorderStroke border) { } 17 public static void UpdateStrokeLineCap(this object platformView, IBorderStroke border) { } 19 public static void UpdateStrokeLineJoin(this object platformView, IBorderStroke border) { }
Platform\WrapperView.cs (2)
13 IBorderStroke? _border; 43 public IBorderStroke? Border
Microsoft.Maui.Controls (4)
Border\Border.cs (4)
215 IShape? IBorderStroke.Shape => StrokeShape; 315 Handler?.UpdateValue(nameof(IBorderStroke.Shape)); 319 Handler?.UpdateValue(nameof(IBorderStroke.StrokeDashPattern)); 325 Handler?.UpdateValue(nameof(IBorderStroke.StrokeDashPattern));