ArrangeAnimations Enum
Represents the various built-in animations supported by ArrangeAnimations.
[Flags]
public enum ArrangeAnimations
Fields
| Name | Description |
|---|---|
| Fade | Indicates the opacity of the elements will be animated. |
| Move | Indicates that position changes of the elements will be animated. |
| None | Indicates that no animation will be applied to the elements. |
| Rotate | Indicates the rotation angle of the elements will be animated. |
| Scale | Indicates the scale of the elements will be animated. |
| Size | Indicates that size changes of the elements will be animated. |
| Translate | Indicates the translation of the elements will be animated. |