The following tables list the members exposed by ResponsiveState.
Name | Description | |
---|---|---|
ResponsiveState Constructor | Initializes a new ResponsiveState. |
Name | Description | |
---|---|---|
AutomationId | (Inherited from Xamarin.Forms.Element) | |
BindingContext | (Inherited from Xamarin.Forms.BindableObject) | |
ClassId | (Inherited from Xamarin.Forms.Element) | |
Dispatcher | (Inherited from Xamarin.Forms.BindableObject) | |
Effects | (Inherited from Xamarin.Forms.Element) | |
Id | (Inherited from Xamarin.Forms.Element) | |
IsManualState | Configures this responsive state to only be manually actived | |
MaximumWidth | Gets or sets the maximum width for which this state is active. | |
MinimumWidth | Gets or sets the minimum width for which this state is active. | |
Name | The name of the responsive state | |
Parent | (Inherited from Xamarin.Forms.Element) | |
ResponsivePhases | Gets the responsive phases for this state. | |
StyleId | (Inherited from Xamarin.Forms.Element) |
Name | Description | |
---|---|---|
AddResponsivePhase | Overloaded. Adds a responsive phase to the state and returns it. | |
ClearValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
CoerceValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) | |
FindByName | (Inherited from Xamarin.Forms.Element) | |
GetValue | (Inherited from Xamarin.Forms.BindableObject) | |
IsSet | (Inherited from Xamarin.Forms.BindableObject) | |
RemoveBinding | (Inherited from Xamarin.Forms.BindableObject) | |
RemoveDynamicResource | (Inherited from Xamarin.Forms.Element) | |
SetBinding | (Inherited from Xamarin.Forms.BindableObject) | |
SetDynamicResource | (Inherited from Xamarin.Forms.Element) | |
SetValue | Overloaded. (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
ApplyBindings | (Inherited from Xamarin.Forms.BindableObject) | |
OnBindingContextChanged | Called when the binding context changes (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnChildAdded | (Inherited from Xamarin.Forms.Element) | |
OnChildRemoved | (Inherited from Xamarin.Forms.Element) | |
OnParentSet | Called when the parent is set (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnPropertyChanged | Invoked when a bound property is changed. (Inherited from Infragistics.XamarinForms.Controls.ElementBase) | |
OnPropertyChanging | (Inherited from Xamarin.Forms.BindableObject) | |
OnStateEntered | Used to invoke the StateEntered event. | |
OnStateEntering | Used to invoke the StateEntering event. | |
OnStateExited | Used to invoke the StateExited event. | |
UnapplyBindings | (Inherited from Xamarin.Forms.BindableObject) |
Name | Description | |
---|---|---|
BindingContextChanged | (Inherited from Xamarin.Forms.BindableObject) | |
ChildAdded | (Inherited from Xamarin.Forms.Element) | |
ChildRemoved | (Inherited from Xamarin.Forms.Element) | |
DescendantAdded | (Inherited from Xamarin.Forms.Element) | |
DescendantRemoved | (Inherited from Xamarin.Forms.Element) | |
PropertyChanged | (Inherited from Xamarin.Forms.BindableObject) | |
PropertyChanging | (Inherited from Xamarin.Forms.BindableObject) | |
StateEntered | Called when a state is entered. | |
StateEntering | Called when a state is being entered. | |
StateExited | Called when a state is exited. |