ActiveReports.Chart Request technical support
Top Property
See Also 


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

Syntax

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

See Also