FormGroupControl.leftMarginMode 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
leftMarginMode() |
Sets or returns a value that indicates whether the size of the left margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings. |
leftMarginMode(AutoMode) |
leftMarginMode()
Sets or returns a value that indicates whether the size of the left margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings.
public:
virtual Microsoft::Dynamics::Ax::Xpp::AutoMode leftMarginMode();
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode leftMarginMode ();
abstract member leftMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.leftMarginMode : unit -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function leftMarginMode () As AutoMode
Returns
Automode::Auto if the size of the left margin is automatically adjusted; otherwise, Automode::Fixed.
Applies to
leftMarginMode(AutoMode)
public:
virtual Microsoft::Dynamics::Ax::Xpp::AutoMode leftMarginMode(Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual Microsoft.Dynamics.Ax.Xpp.AutoMode leftMarginMode (Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member leftMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
override this.leftMarginMode : Microsoft.Dynamics.Ax.Xpp.AutoMode -> Microsoft.Dynamics.Ax.Xpp.AutoMode
Public Overridable Function leftMarginMode (_mode As AutoMode) As AutoMode
Parameters
- _mode
- AutoMode
An AutoMode enumeration value that specifies whether the size of the left margin is fixed, or whether it is automatically adjusted based on other form property settings; optional.