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)
Syntaxpublic float Y { get; set; }
Public Property Y As Single
Get
Set
public:
virtual property float Y {
float get () sealed;
void set (float value) sealed;
}
abstract Y : float32 with get, set
override Y : float32 with get, set
Property Value
Type:
SingleImplements
IShapeY
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