FormGroupControl.bottomMargin Method

Definition

Overloads

bottomMargin()

Sets or returns the bottom margin of a form group control in pixels and specifies whether the margin is automatically adjusted.

bottomMargin(Int32)
bottomMargin(Int32, AutoMode)

bottomMargin()

Sets or returns the bottom margin of a form group control in pixels and specifies whether the margin is automatically adjusted.

public:
 virtual int bottomMargin();
public virtual int bottomMargin ();
abstract member bottomMargin : unit -> int
override this.bottomMargin : unit -> int
Public Overridable Function bottomMargin () As Integer

Returns

An Integer data type value that specifies the bottom margin in pixels.

Applies to

bottomMargin(Int32)

public:
 virtual int bottomMargin(int num1);
public virtual int bottomMargin (int num1);
abstract member bottomMargin : int -> int
override this.bottomMargin : int -> int
Public Overridable Function bottomMargin (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

bottomMargin(Int32, AutoMode)

public:
 virtual int bottomMargin(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int bottomMargin (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member bottomMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.bottomMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function bottomMargin (_value As Integer, _mode As AutoMode) As Integer

Parameters

_value
Int32

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.

_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.

Returns

Applies to