VisualStateGroup.Transitions 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 collection of VisualTransition objects.
public:
property IVector<VisualTransition ^> ^ Transitions { IVector<VisualTransition ^> ^ get(); };
IVector<VisualTransition> Transitions();
public IList<VisualTransition> Transitions { get; }
var iVector = visualStateGroup.transitions;
Public ReadOnly Property Transitions As IList(Of VisualTransition)
<VisualStateGroup>
<VisualStateGroup.Transitions>
oneOrMoreVisualTransitions
</VisualStateGroup.Transitions>
</VisualStateGroup>
Property Value
The collection of VisualTransition objects.