AppBarToggleButton.IsCompact Property

Definition

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

Property Value

Boolean

bool

Implements

Applies to