Gets or sets the y-coordinate of the top edge of this
RectangleF structure.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic float Top { get; set; }Public Property Top As Single
Get
Set
public:
property float Top {
float get ();
void set (float value);
}member Top : float32 with get, set
Return Value
Type:
SingleThe y-coordinate of the top edge of this
RectangleF structure.
See Also