ActiveReports.Viewer3 Request technical support
Bottom Property
See Also 


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

Syntax

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

See Also