StylesPatternIdentifiers.ShapeProperty Property

Definition

Identifies the Shape automation property.

public:
 static property AutomationProperty ^ ShapeProperty { AutomationProperty ^ get(); };
static AutomationProperty ShapeProperty();
public static AutomationProperty ShapeProperty { get; }
var automationProperty = StylesPatternIdentifiers.shapeProperty;
Public Shared ReadOnly Property ShapeProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to

See also