Returns or sets the y-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 Y As Single
Get
Set
property float Y {
float get ();
void set (float value);
}
abstract Y : 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