ColorSpectrum.MinHue Proprietà

Definizione

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

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di 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

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 esterno a questo intervallo causerà un'eccezione.

Si applica a