FormHTMLControl.verticalSpacing Method

Definition

Overloads

verticalSpacing(Int32)
verticalSpacing(Int32, AutoMode)
verticalSpacing()

Gets or sets the vertical spacing of the control in the form.

verticalSpacing(Int32)

public override int verticalSpacing(int num1);

Parameters

num1
Int32

Returns

Applies to

Microsoft Dynamics 365 for Finance and Operations Latest
Product Versions
Microsoft Dynamics 365 for Finance and Operations Latest

verticalSpacing(Int32, AutoMode)

public override int verticalSpacing(int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);

Parameters

_value
Int32

An integer value that indicates the AutoMode value for the control; optional.

_mode
AutoMode

An integer value that indicates the AutoMode value for the control; optional.

Returns

Applies to

Microsoft Dynamics 365 for Finance and Operations Latest
Product Versions
Microsoft Dynamics 365 for Finance and Operations Latest

verticalSpacing()

Gets or sets the vertical spacing of the control in the form.

public override int verticalSpacing();

Returns

The vertical spacing of the control in the form.

Applies to

Microsoft Dynamics 365 for Finance and Operations Latest
Product Versions
Microsoft Dynamics 365 for Finance and Operations Latest