AppBar.IsStickyProperty Property

Definition

Identifies the IsSticky dependency property.

public:
 static property DependencyProperty ^ IsStickyProperty { DependencyProperty ^ get(); };
static DependencyProperty IsStickyProperty();
public static DependencyProperty IsStickyProperty { get; }
var dependencyProperty = AppBar.isStickyProperty;
Public Shared ReadOnly Property IsStickyProperty As DependencyProperty

Property Value

The identifier for the IsSticky dependency property.

Applies to