Freigeben über


ColorPicker.IsAlphaSliderVisible Eigenschaft

Definition

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

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

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

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

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

Eigenschaftswert

Boolean

bool

true , wenn der Alphakanalschieberegler angezeigt wird; andernfalls false. Der Standardwert ist true.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Hinweise

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

Gilt für: