Condividi tramite


ColorPicker.MinHue Proprietà

Definizione

Ottiene o imposta il valore minimo Hue nell'intervallo 0-359.

public:
 property int MinHue { int get(); void set(int value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")]
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 { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="0")] 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; }
var int32 = colorPicker.minHue;
colorPicker.minHue = int32;
Public Property MinHue As Integer
<ColorPicker MinHue="int" .../>

Valore della proprietà

Int32

int

Valore minimo Hue nell'intervallo 0-359. Il valore predefinito è 0.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Commenti

L'intervallo valido per i valori Hue è 0-359. L'impostazione di un valore all'esterno di questo intervallo causerà un'eccezione.

Si applica a