ColorPicker.IsMoreButtonVisible Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Schaltfläche "Mehr" 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 IsMoreButtonVisible { bool get(); void set(bool value); };
bool IsMoreButtonVisible();

void IsMoreButtonVisible(bool value);
public bool IsMoreButtonVisible { get; set; }
Public Property IsMoreButtonVisible As Boolean
<ColorPicker IsMoreButtonVisible="bool" .../>

Eigenschaftswert

Boolean

bool

true , wenn die Schaltfläche "Mehr" angezeigt wird; andernfalls false. Die Standardeinstellung ist false.

Gilt für: