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.  
Public MethodSetMaximumWidthSets the MaximumWidth property to a value of the specified units.  
Public MethodSetMinimumWidthSets the MinimumWidth property to a value of the specified units.  
Protected Methods
 NameDescription
Protected MethodOnStateEnteredUsed to invoke the StateEntered event.  
Protected MethodOnStateEnteringUsed to invoke the StateEntering event.  
Protected MethodOnStateExitedUsed to invoke the 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