Returns or sets the x-coordinate of the upper-left corner of the shape.
Read/write
Single.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxProperty X As Single
Get
Set
property float X {
float get ();
void set (float value);
}
abstract X : float32 with get, set
Property Value
Type:
Single
Remarks
Returned value is always defined (is not float.NaN).
Assigned value must be defined (not float.NaN). You can set undefined values for RawFrame instance properties.
See Also