ActiveReports.Viewer3 Request technical support
Right Property
See Also 


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

Syntax

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

See Also