MotionCmdPathIsRelative Property |
Determine command coordinates relative or not.
Read/write
Boolean.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool IsRelative { get; set; }
Public Property IsRelative As Boolean
Get
Set
public:
virtual property bool IsRelative {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsRelative : bool with get, set
override IsRelative : bool with get, set
Property Value
Type:
BooleanImplements
IMotionCmdPathIsRelative
See Also