ActiveReports.Chart Request technical support
Left Property
See Also 


Gets or sets the margin between the inner and outer edges on the left side of a border.

Syntax

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

See Also