TransitionMorphType Enumeration

Represent a type of morph transition.

Namespace:  Aspose.Slides.SlideShow
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum TransitionMorphType
Members
  Member nameValueDescription
ByObject0 Morph transition will be performed considering shapes as indivisible objects.
ByWord1 Morph transition will be performed with transferring text by words where possible.
ByChar2 Morph transition will be performed with transferring text by characters where possible.
See Also