FormGroupControl.bottomMargin Method [AX 2012]

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

public int bottomMargin([int value, AutoMode mode])

Run On

Client

Parameters

value
Type: int
An Integer data type that specifies the bottom margin in pixels; optional.
mode
Type: AutoMode Enumeration
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.

Return Value

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

Community Additions

ADD
Show: