Partager via


ColorPicker.MaxHue Propriété

Définition

Obtient ou définit la valeur Hue maximale dans la plage 0-359.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

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

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

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

Valeur de propriété

Int32

int

Valeur hue maximale comprise entre 0 et 359. La valeur par défaut est 359.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Remarques

La plage valide pour les valeurs Hue est comprise entre 0 et 359. La définition d’une valeur en dehors de cette plage entraîne une exception.

S’applique à