The properties of Xamarin.Forms.TriggerBase are listed below. For a list of all members, see the TriggerBase Members list.
See Also: Inherited members from Xamarin.Forms.BindableObject
| [read-only] | EnterActions | IList<TriggerAction>. Gets the list of Xamarin.Forms.TirggerAction objects that will be invoked when the trigger condition is met. Ignored for the Xamarin.Forms.EventTrigger class. |
| [read-only] | ExitActions | IList<TriggerAction>. Gets the list of Xamarin.Forms.TirggerAction objects that will be invoked after the trigger condition is no longer met. Ignored for the Xamarin.Forms.EventTrigger class. |
| [read-only] | IsSealed | bool. Gets a value that indicates whether or not the trigger is sealed. |
| [read-only] | TargetType | Type. The type of object to which this Xamarin.Forms.TriggerBase object can be attached. |