SolidColorBrush.ColorProperty Property

Definition

Identifies the Color dependency property.

public:
 static property DependencyProperty ^ ColorProperty { DependencyProperty ^ get(); };
/// [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
/// [get: Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
static DependencyProperty ColorProperty();
[Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable]
public static DependencyProperty ColorProperty { [Microsoft.UI.Xaml.Media.Animation.IndependentlyAnimatable] get; }
var dependencyProperty = SolidColorBrush.colorProperty;
Public Shared ReadOnly Property ColorProperty As DependencyProperty

Property Value

The identifier for the Color dependency property.

Attributes

Applies to