FormGroupControl.bottomMargin Method
Sets or returns the bottom margin of a form group control in pixels and specifies whether the margin is automatically adjusted.
Syntax
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.