FormSegmentedEntryControl.verticalSpacingMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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