Freigeben über


ColorPicker.IsColorPreviewVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Farbvorschauleiste angezeigt wird, oder legt diesen fest.

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

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

void IsColorPreviewVisible(bool value);
public bool IsColorPreviewVisible { get; set; }
var boolean = colorPicker.isColorPreviewVisible;
colorPicker.isColorPreviewVisible = boolean;
Public Property IsColorPreviewVisible As Boolean
<ColorPicker IsColorPreviewVisible="bool" .../>

Eigenschaftswert

Boolean

bool

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

Gilt für: