ActiveReports.Viewer3 Request technical support
Top Property
See Also 


Gets or sets the top margin of the page, in inches.

Syntax

Visual Basic (Declaration) 
Public Property Top As Single
Visual Basic (Usage)Copy Code
Dim instance As Margins
Dim value As Single
 
instance.Top = value
 
value = instance.Top
C# 
public float Top {get; set;}

Return Value

float value that represents the top margin in inches.

See Also