AppBarSeparator.IsCompactProperty Property

Definition

Identifies the IsCompact dependency property.

public:
 static property DependencyProperty ^ IsCompactProperty { DependencyProperty ^ get(); };
static DependencyProperty IsCompactProperty();
public static DependencyProperty IsCompactProperty { get; }
var dependencyProperty = AppBarSeparator.isCompactProperty;
Public Shared ReadOnly Property IsCompactProperty As DependencyProperty

Property Value

The identifier for the IsCompact dependency property.

Applies to