VisualStateGroup.CurrentState Property

Definition

Gets the VisualState that is currently applied to the control.

public:
 property System::Windows::VisualState ^ CurrentState { System::Windows::VisualState ^ get(); };
public System.Windows.VisualState CurrentState { get; }
member this.CurrentState : System.Windows.VisualState
Public ReadOnly Property CurrentState As VisualState

Property Value

The VisualState that is currently applied to the control.

Applies to