Share via


FormGroupControl.topMarginMode Method

Definition

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.

Applies to