ColorPicker.IsAlphaTextInputVisible Proprietà

Definizione

Ottiene o imposta un valore che indica se viene visualizzata la casella di input di testo per il canale alfa.

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

void IsAlphaTextInputVisible(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 IsAlphaTextInputVisible();

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

Valore della proprietà

Boolean

bool

true se viene visualizzata la casella di input di testo del canale alfa; in caso contrario, false. Il valore predefinito è True.

Attributi
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Commenti

Le proprietà IsAlphaSliderVisible e IsAlphaTextInputVisible vengono ignorate se IsAlphaEnabled è false.

Si applica a