Share via


ColorPicker.IsAlphaTextInputVisible Proprietà

Definizione

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

public:
 property bool IsAlphaTextInputVisible { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
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 { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] 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; }
var boolean = colorPicker.isAlphaTextInputVisible;
colorPicker.isAlphaTextInputVisible = boolean;
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