PathFigure.IsClosedProperty 属性

定义

标识 IsClosed 依赖属性。

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

属性值

IsClosed 依赖属性的标识符。

适用于