Miner.PresentationFramework Assembly > Miner.PresentationFramework.WPFControls Namespace : VisualStateBehavior Class |
The following tables list the members exposed by VisualStateBehavior.
Name | Description | |
---|---|---|
![]() ![]() | VisualStateBehaviorProperty | The attached DependencyProperty for VisualStateBehavior. |
Name | Description | |
---|---|---|
![]() ![]() | GetVisualStateBehavior | Returns the value of the VisualStateBehavior attached property. |
![]() ![]() | RegisterBehavior | Applies the specified behavior to all instances of the target control type. |
![]() ![]() | SetVisualStateBehavior | Sets the value of the VisualStateBehavior attached property. Setting the value will attach the behavior to the instance of the control. |
Name | Description | |
---|---|---|
![]() ![]() | AddValueChanged | Attaches an event handler to be called when a property changes. |
![]() | OnAttach | Attach to the appropriate events on the instance of the control in order to update the state correctly. |
![]() | OnDetach | Detach to the appropriate events on the instance of the control in order to not leak memory. |
![]() ![]() | RemoveValueChanged | |
![]() | UpdateState | Called to update the control's visual state. |
![]() | UpdateStateHandler |