Click or drag to resize
ShapeFill Property
Gets or sets the Brush that specifies how to paint the interior of the shape.

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

Property Value

Type: Brush
See Also