Kanzi 4.1.0
ViewTransitionAnimationGroup Class Reference

Public Member Functions

void AddAnimation (ViewTransitionAnimation animation)
 Adds animation to this group.
 
ViewTransitionAnimationGroup Clone ()
 
void RemoveAnimation (ViewTransitionAnimation animation)
 Removes animation from this group.
 
void SetUid (Guid uid)
 Sets new Uid for this animation group, and creates new shared uid for all animations in this group.
 

Properties

IEnumerable< ViewTransitionAnimationAnimations [get]
 Returns all animations, applied to this group.
 
string Icon [get, set]
 Returns the name of the animation group.
 
string Name [get, set]
 Returns the name of the animation group.
 
Guid Uid [get, set]
 Identifier for this item.
 

Member Function Documentation

◆ AddAnimation()

void AddAnimation ( ViewTransitionAnimation animation)
inline

Adds animation to this group.

Parameters
animationAnimation to add.

◆ Clone()

ViewTransitionAnimationGroup Clone ( )
inline

◆ RemoveAnimation()

void RemoveAnimation ( ViewTransitionAnimation animation)
inline

Removes animation from this group.

Parameters
animationAnimation to remove.

◆ SetUid()

void SetUid ( Guid uid)
inline

Sets new Uid for this animation group, and creates new shared uid for all animations in this group.

Parameters
uid

Property Documentation

◆ Animations

IEnumerable<ViewTransitionAnimation> Animations
get

Returns all animations, applied to this group.

◆ Icon

string Icon
getset

Returns the name of the animation group.

◆ Name

string Name
getset

Returns the name of the animation group.

◆ Uid

Guid Uid
getset

Identifier for this item.