AppBarToggleButton.IsCompact Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Schaltfläche ohne Bezeichnung und reduzierter Auffüllung angezeigt wird, oder legt diesen fest.

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

void IsCompact(bool value);
public bool IsCompact { get; set; }
var boolean = appBarToggleButton.isCompact;
appBarToggleButton.isCompact = boolean;
Public Property IsCompact As Boolean
<AppBarToggleButton IsCompact="bool" .../>

Eigenschaftswert

Boolean

bool

True , wenn die Schaltfläche im kompakten Zustand angezeigt wird; andernfalls false. Der Standardwert ist FALSE.

Implementiert

Gilt für: