FormGroupControl.bottomMarginMode 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
bottomMarginMode() |
Sets or returns an AutoMode enumeration value that indicates whether the bottom margin is automatically adjusted. |
bottomMarginMode(AutoMode) |
bottomMarginMode()
Sets or returns an AutoMode enumeration value that indicates whether the bottom margin is automatically adjusted.
public:
virtual Microsoft::Dynamics::Ax::Xpp::AutoMode bottomMarginMode();
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode bottomMarginMode ();
abstract member bottomMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.bottomMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function bottomMarginMode () As AutoMode
Returns
AutoMode::Auto if the margin is automatically adjusted based on other form settings, such as the font size; otherwise, AutoMode::Fixed.
Applies to
bottomMarginMode(AutoMode)
public:
virtual Microsoft::Dynamics::Ax::Xpp::AutoMode bottomMarginMode(Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode bottomMarginMode (Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member bottomMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.bottomMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function bottomMarginMode (_mode As AutoMode) As AutoMode
Parameters
- _mode
- AutoMode
An AutoMode enumeration value that indicates whether the bottom margin is fixed, or whether it is automatically adjusted based on other form settings, such as the font size; optional.