Share via


FormButtonSeparatorControl.verticalSpacingMode Method

Definition

Overloads

verticalSpacingMode()

Sets the vertical spacing mode for the control in the form.

verticalSpacingMode(AutoMode)

verticalSpacingMode()

Sets the vertical spacing mode for the control in the form.

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

The vertical spacing mode for the control in the form.

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

Returns

Applies to