Gets or sets the y-axis value of the top side of the rectangle.
public double Top {get; set;}
'Declaration
Public Property Top As Double
'Usage
Dim instance As PDFRect
Dim value As Double
instance.Top = value
value = instance.Top
public:
property double Top {
double get();
void set ( double value);
}
Property Value
A
System.Double that represents the y-axis value of the top side of the rectangle.