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