VisualStateGroup.States Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of states that comprise the group.
public System.Collections.Generic.IList<Xamarin.Forms.VisualState> States { get; }
member this.States : System.Collections.Generic.IList<Xamarin.Forms.VisualState>
Property Value
System.Collections.Generic.IList<VisualState>
The list of states that comprise the group.