ActiveReports.Viewer3 Request technical support
Top Property
See Also 


Gets the amount of padding at the top edge of the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Top As Integer
Visual Basic (Usage)Copy Code
Dim instance As Border.BorderMargins
Dim value As Integer
 
value = instance.Top
C# 
public int Top {get;}

See Also