ColorPicker.IsAlphaEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si le canal alpha peut être modifié.
API WinUI 2 équivalente pour UWP : Microsoft.UI.Xaml.Controls.ColorPicker.IsAlphaEnabled (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).
public:
property bool IsAlphaEnabled { bool get(); void set(bool value); };
bool IsAlphaEnabled();
void IsAlphaEnabled(bool value);
public bool IsAlphaEnabled { get; set; }
var boolean = colorPicker.isAlphaEnabled;
colorPicker.isAlphaEnabled = boolean;
Public Property IsAlphaEnabled As Boolean
<ColorPicker IsAlphaEnabled="bool" .../>
Valeur de propriété
bool
true si le canal alpha est activé ; sinon, false. La valeur par défaut est false.
Remarques
Les propriétés IsAlphaSliderVisible et IsAlphaTextInputVisible sont ignorées si IsAlphaEnabled est false.