ActiveReports.Viewer3 Request technical support
Left Property
See Also 


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

Syntax

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

See Also