PathFigure.IsFilled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping.
public:
property bool IsFilled { bool get(); void set(bool value); };
bool IsFilled();
void IsFilled(bool value);
public bool IsFilled { get; set; }
var boolean = pathFigure.isFilled;
pathFigure.isFilled = boolean;
Public Property IsFilled As Boolean
<PathFigure IsFilled="bool"/>
Property Value
Boolean
bool
true if the contained area of this PathFigure is to be used for hit-testing, rendering, and clipping; otherwise, false. The default is true.