Share via


ColorPicker.ColorProperty Property

Definition

Identifies the Color dependency property.

public:
 static property DependencyProperty ^ ColorProperty { DependencyProperty ^ get(); };
static DependencyProperty ColorProperty();
public static DependencyProperty ColorProperty { get; }
var dependencyProperty = ColorPicker.colorProperty;
Public Shared ReadOnly Property ColorProperty As DependencyProperty

Property Value

The identifier for the Color dependency property.

Applies to