MotionCmdPath
PointsType Property
|
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public MotionPathPointsType PointsType { get; set; }
Public Property PointsType As MotionPathPointsType
Get
Set
public:
property MotionPathPointsType PointsType {
MotionPathPointsType get ();
void set (MotionPathPointsType value);
}
member PointsType : MotionPathPointsType with get, set
Property Value
Type:
MotionPathPointsType
See Also