Share via


FormGroupControl.bottomMarginMode Method

Sets or returns an AutoMode enumeration value that indicates whether the bottom margin is automatically adjusted.

Syntax

public AutoMode bottomMarginMode([AutoMode mode])

Run On

Client

Parameters

  • 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 Enumeration
AutoMode::Auto if the margin is automatically adjusted based on other form settings, such as the font size; otherwise, AutoMode::Fixed.

See Also

Reference

FormGroupControl Class