Click or drag to resize
PathFigureIsFilled Property
Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsFilled { get; set; }

Property Value

Type: Boolean
See Also