InkToolbarEraserButton.IsClearAllVisible Eigenschaft

Definition

Ruft ab oder legt fest, ob die Schaltfläche "Alle Freihand löschen" sichtbar ist.

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

void IsClearAllVisible(bool value);
public bool IsClearAllVisible { get; set; }
var boolean = inkToolbarEraserButton.isClearAllVisible;
inkToolbarEraserButton.isClearAllVisible = boolean;
Public Property IsClearAllVisible As Boolean

Eigenschaftswert

Boolean

bool

TRUE , wenn sichtbar. Andernfalls lautet der Wert false.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Gilt für:

Weitere Informationen