ShapeStroke Property

Gets or sets the IBrush that specifies how the shape's outline is painted.

Definition

Namespace: Avalonia.Controls.Shapes
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public IBrush? Stroke { get; set; }

Property Value

IBrush

See Also