Share via


ColorPicker.IsColorSliderVisible Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob das Schiebereglersteuerelement für den Farbwert 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 IsColorSliderVisible { bool get(); void set(bool value); };
bool IsColorSliderVisible();

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

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

Eigenschaftswert

Boolean

bool

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

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: