Version

ResponsiveState Class Members

The following tables list the members exposed by ResponsiveState.

Public Constructors
 NameDescription
Public ConstructorResponsiveState ConstructorInitializes a new ResponsiveState.  
Public Properties
 NameDescription
Public PropertyIsManualStateConfigures this responsive state to only be manually actived  
Public PropertyMaximumWidthGets or sets the maximum width for which this state is active.  
Public PropertyMinimumWidthGets or sets the minimum width for which this state is active.  
Public PropertyNameThe name of the responsive state  
Public PropertyResponsivePhasesGets the responsive phases for this state.  
Public Methods
 NameDescription
Public MethodAddResponsivePhaseOverloaded. Adds a responsive phase to the state and returns it.  
Protected Methods
 NameDescription
Protected MethodOnStateEnteredUsed to invoke the ResponsiveState.StateEntered event.  
Protected MethodOnStateEnteringUsed to invoke the ResponsiveState.StateEntering event.  
Protected MethodOnStateExitedUsed to invoke the ResponsiveState.StateExited event.  
Public Events
 NameDescription
Public EventStateEnteredCalled when a state is entered.  
Public EventStateEnteringCalled when a state is being entered.  
Public EventStateExitedCalled when a state is exited.  
See Also