Partager via


ColorPicker.IsColorChannelTextInputVisible Propriété

Définition

Obtient ou définit une valeur qui indique si les zones de saisie de texte des canaux de couleur sont affichées.

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 bool IsColorChannelTextInputVisible { bool get(); void set(bool value); };
bool IsColorChannelTextInputVisible();

void IsColorChannelTextInputVisible(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool IsColorChannelTextInputVisible();

void IsColorChannelTextInputVisible(bool value);
public bool IsColorChannelTextInputVisible { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool IsColorChannelTextInputVisible { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
Public Property IsColorChannelTextInputVisible As Boolean
<ColorPicker IsColorChannelTextInputVisible="bool" .../>

Valeur de propriété

Boolean

bool

true si les zones d’entrée de texte du canal de couleur sont affichées ; sinon, false. La valeur par défaut est true.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

S’applique à