FormGroupControl.bottomMarginMode Method [AX 2012]
Sets or returns an AutoMode enumeration value that indicates whether the bottom margin is automatically adjusted.
public AutoMode bottomMarginMode([AutoMode mode])
Run On
ClientParameters
- 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: AutoMode EnumerationAutoMode::Auto if the margin is automatically adjusted based on other form settings, such as the font size; otherwise, AutoMode::Fixed.
Community Additions
ADD
Show: