Freigeben über


ColorPicker.IsColorPreviewVisible Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die Farbvorschauleiste 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 IsColorPreviewVisible { bool get(); void set(bool value); };
bool IsColorPreviewVisible();

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

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

Eigenschaftswert

Boolean

bool

true , wenn die Farbvorschauleiste angezeigt wird; andernfalls false. Der Standardwert ist true.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: