ActiveReports.Chart Request technical support
Right Property
See Also 


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

Syntax

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

See Also