Compartir a través de


ColorPicker.MinHue Propiedad

Definición

Obtiene o establece el valor de Hue mínimo en el intervalo 0-359.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en la SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para Windows).

public:
 property int MinHue { int get(); void set(int value); };
int MinHue();

void MinHue(int value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
int MinHue();

void MinHue(int value);
public int MinHue { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
public int MinHue { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] set; }
Public Property MinHue As Integer
<ColorPicker MinHue="int" .../>

Valor de propiedad

Int32

int

Valor de Hue mínimo en el intervalo 0-359. El valor predeterminado es 0.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Comentarios

El intervalo válido para los valores de Hue es 0-359. Si se establece un valor fuera de este intervalo, se producirá una excepción.

Se aplica a