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 PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyDispatcher (Inherited from Xamarin.Forms.BindableObject)
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyId (Inherited from Xamarin.Forms.Element)
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 PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyResponsivePhasesGets the responsive phases for this state.  
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public Methods
 NameDescription
Public MethodAddResponsivePhaseOverloaded. Adds a responsive phase to the state and returns it.  
Public MethodClearValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodCoerceValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Public MethodFindByName (Inherited from Xamarin.Forms.Element)
Public MethodGetValue (Inherited from Xamarin.Forms.BindableObject)
Public MethodIsSet (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodRemoveDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetBinding (Inherited from Xamarin.Forms.BindableObject)
Public MethodSetDynamicResource (Inherited from Xamarin.Forms.Element)
Public MethodSetValueOverloaded.  (Inherited from Xamarin.Forms.BindableObject)
Protected Methods
 NameDescription
Protected MethodApplyBindings (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnBindingContextChangedCalled when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnChildAdded (Inherited from Xamarin.Forms.Element)
Protected MethodOnChildRemoved (Inherited from Xamarin.Forms.Element)
Protected MethodOnParentSetCalled when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChangedInvoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase)
Protected MethodOnPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Protected MethodOnStateEnteredUsed to invoke the StateEntered event.  
Protected MethodOnStateEnteringUsed to invoke the StateEntering event.  
Protected MethodOnStateExitedUsed to invoke the StateExited event.  
Protected MethodUnapplyBindings (Inherited from Xamarin.Forms.BindableObject)
Public Events
 NameDescription
Public EventBindingContextChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventChildAdded (Inherited from Xamarin.Forms.Element)
Public EventChildRemoved (Inherited from Xamarin.Forms.Element)
Public EventDescendantAdded (Inherited from Xamarin.Forms.Element)
Public EventDescendantRemoved (Inherited from Xamarin.Forms.Element)
Public EventPropertyChanged (Inherited from Xamarin.Forms.BindableObject)
Public EventPropertyChanging (Inherited from Xamarin.Forms.BindableObject)
Public EventStateEnteredCalled when a state is entered.  
Public EventStateEnteringCalled when a state is being entered.  
Public EventStateExitedCalled when a state is exited.  
See Also