PathFigure.IsClosedProperty Property

Definition

Identifies the IsClosed dependency property.

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

Property Value

The identifier for the IsClosed dependency property.

Applies to