PathFigure.IsFilledProperty Property

Definition

Identifies the IsFilled dependency property.

public:
 static property DependencyProperty ^ IsFilledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsFilledProperty();
public static DependencyProperty IsFilledProperty { get; }
var dependencyProperty = PathFigure.isFilledProperty;
Public Shared ReadOnly Property IsFilledProperty As DependencyProperty

Property Value

The identifier for the IsFilled dependency property.

Applies to