Click or drag to resize
ShapeStroke Property
Gets or sets the Brush that specifies how the Shape outline is painted.

Namespace: Windows.UI.Xaml.Shapes
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Brush Stroke { get; set; }

Property Value

Type: Brush
See Also