CompositionAnimationGroup.First Method
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.
Retrieves the first animation in the group.
public:
virtual IIterator<CompositionAnimation ^> ^ First() = IIterable<CompositionAnimation ^>::First;
IIterator<CompositionAnimation> First();
public IIterator<CompositionAnimation> First();
function first()
Public Function First () As IIterator(Of CompositionAnimation)
Returns
Returns the first animation in the group.