Share via


ColorPicker.PreviousColorProperty Property

Definition

Identifies the PreviousColor dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.ColorPicker.PreviousColorProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

The identifier for the PreviousColor dependency property.

Applies to