FormListControl.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 or returns a value that indicates how the space above and below a form list control is calculated. |
verticalSpacingMode(AutoMode) |
verticalSpacingMode()
Sets or returns a value that indicates how the space above and below a form list 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
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.