StylesPatternIdentifiers.FillColorProperty Property

Definition

Identifies the FillColor automation property.

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

Property Value

The automation property identifier.

Applies to

See also