Share via


ColorPicker.IsAlphaTextInputVisible Propiedad

Definición

Obtiene o establece un valor que indica si se muestra el cuadro de entrada de texto para el canal alfa.

Esta documentación se aplica a WinUI 2 para UWP (para WinUI en el SDK de Aplicaciones para Windows, consulta los espacios de nombres SDK de Aplicaciones para 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" .../>

Valor de propiedad

Boolean

bool

true si se muestra el cuadro de entrada de texto del canal alfa; de lo contrario, false. El valor predeterminado es true.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Comentarios

Las propiedades IsAlphaSliderVisible e IsAlphaTextInputVisible se omiten si IsAlphaEnabled es false.

Se aplica a