Share via


FormGroupControl.verticalSpacingMode Method

Definition

Overloads

verticalSpacingMode()

Sets or returns a value that indicates how the amount of space above and below a form group control is calculated.

verticalSpacingMode(AutoMode)

verticalSpacingMode()

Sets or returns a value that indicates how the amount of space above and below a form group control is calculated.

public:
 override Microsoft::Dynamics::Ax::Xpp::AutoMode verticalSpacingMode();
public override Microsoft.Dynamics.Ax.Xpp.AutoMode verticalSpacingMode ();
override this.verticalSpacingMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overrides Function verticalSpacingMode () As AutoMode

Returns

An AutoMode enumeration that is set to Auto if the space is automatically adjusted based on other form settings, such as the font size; otherwise, Fixed.

Applies to

verticalSpacingMode(AutoMode)

public:
 override Microsoft::Dynamics::Ax::Xpp::AutoMode verticalSpacingMode(Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public override Microsoft.Dynamics.Ax.Xpp.AutoMode verticalSpacingMode (Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
override this.verticalSpacingMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overrides Function verticalSpacingMode (_mode As AutoMode) As AutoMode

Parameters

_mode
AutoMode

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

Returns

Applies to