See Also

BorderSizes Class  | BorderSizes Members  | Overload List

Language

Visual Basic

C#

Show All

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

BorderSizes Constructor(Single,Single,Single,Single)

Initializes a new instance of the BorderSizes class with the border margins specified.

[Visual Basic]
Public Function New( _    ByVal left As Single, _    ByVal right As Single, _    ByVal top As Single, _    ByVal bottom As Single _ )
[C#]
public BorderSizes(    float left,    float right,    float top,    float bottom );

Parameters

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.

See Also

BorderSizes Class  | BorderSizes Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.