Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 660 Bytes

pathfigure_isfilled.md

File metadata and controls

30 lines (19 loc) · 660 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.PathFigure.IsFilled
winrt property

Windows.UI.Xaml.Media.PathFigure.IsFilled

-description

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

-xaml-syntax

<PathFigure IsFilled="bool"/>

-property-value

true if the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping; otherwise, false. The default is true.

-remarks

-examples

-see-also