Freigeben über


AppBarButton.IsCompact Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob die Schaltfläche ohne Beschriftung und reduziertem Abstand angezeigt wird.

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

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

Eigenschaftswert

Boolean

bool

TRUE , wenn die Schaltfläche im kompakten Zustand angezeigt wird; Andernfalls false. Die Standardeinstellung ist false.

Implementiert

Hinweise

Gilt für: