FormListControl.verticalSpacing Method

Definition

Overloads

verticalSpacing()

Sets or gets the amount of space above and below a form list control in pixels, and specifies how the space is calculated.

verticalSpacing(Int32)
verticalSpacing(Int32, AutoMode)

verticalSpacing()

Sets or gets the amount of space above and below a form list control in pixels, and specifies how the space is calculated.

public:
 override int verticalSpacing();
public override int verticalSpacing ();
override this.verticalSpacing : unit -> int
Public Overrides Function verticalSpacing () As Integer

Returns

An integer that indicates the amount of space above and below a control.

Applies to

verticalSpacing(Int32)

public:
 override int verticalSpacing(int num1);
public override int verticalSpacing (int num1);
override this.verticalSpacing : int -> int
Public Overrides Function verticalSpacing (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

verticalSpacing(Int32, AutoMode)

public:
 override int verticalSpacing(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public override int verticalSpacing (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
override this.verticalSpacing : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overrides Function verticalSpacing (_value As Integer, _mode As AutoMode) As Integer

Parameters

_value
Int32

An AutoMode system enumeration value that indicates how the space is calculated; optional.

_mode
AutoMode

An AutoMode system enumeration value that indicates how the space is calculated; optional.

Returns

Applies to