Shape.FillProperty Property

Definition

Identifies the Fill dependency property.

public:
 static property DependencyProperty ^ FillProperty { DependencyProperty ^ get(); };
static DependencyProperty FillProperty();
public static DependencyProperty FillProperty { get; }
var dependencyProperty = Shape.fillProperty;
Public Shared ReadOnly Property FillProperty As DependencyProperty

Property Value

The identifier for the Fill dependency property.

Applies to