Freigeben über


ColorPicker.IsAlphaTextInputVisible Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob das Texteingabefeld für den Alphakanal angezeigt wird.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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" .../>

Eigenschaftswert

Boolean

bool

true , wenn das Texteingabefeld des Alphakanals angezeigt wird; andernfalls "false". Der Standardwert ist true.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Hinweise

Die Eigenschaften IsAlphaSliderVisible und IsAlphaTextInputVisible werden ignoriert, wenn IsAlphaEnabled falsch ist.

Gilt für: