PathFigure.IsFilled Property

Definition

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.

Applies to