Initializes a new instance of the VerticalSpacing class.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public VerticalSpacing(
	int top,
	int bottom
)
Visual Basic
Public Sub New ( 
	top As Integer,
	bottom As Integer
)
Visual C++
public:
VerticalSpacing(
	int top, 
	int bottom
)
F#
new : 
        top : int * 
        bottom : int -> VerticalSpacing

Parameters

top
Type: System..::..Int32
The top.
bottom
Type: System..::..Int32
The bottom.

See Also