MotionCmdPathPointsType Property |
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic MotionPathPointsType PointsType { get; set; }
Public Property PointsType As MotionPathPointsType
Get
Set
public:
virtual property MotionPathPointsType PointsType {
MotionPathPointsType get () sealed;
void set (MotionPathPointsType value) sealed;
}
abstract PointsType : MotionPathPointsType with get, set
override PointsType : MotionPathPointsType with get, set
Property Value
Type:
MotionPathPointsTypeImplements
IMotionCmdPathPointsType
See Also