RectangleFTop Property
Gets or sets the y-coordinate of the top edge of this RectangleF structure.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public float Top { get; set; }

Return Value

Type: Single
The y-coordinate of the top edge of this RectangleF structure.
See Also