Share via


ColorPicker.IsAlphaTextInputVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Texteingabefeld für den Alphakanal angezeigt wird, oder legt diesen fest.

Entsprechende WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.ColorPicker.IsAlphaTextInputVisible (für WinUI in der Windows App SDK siehe Windows App SDK Namespaces).

public:
 property bool IsAlphaTextInputVisible { bool get(); void set(bool value); };
bool IsAlphaTextInputVisible();

void IsAlphaTextInputVisible(bool value);
public bool IsAlphaTextInputVisible { get; set; }
var boolean = colorPicker.isAlphaTextInputVisible;
colorPicker.isAlphaTextInputVisible = boolean;
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.

Hinweise

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

Gilt für: