Share via


FormGroupControl.verticalSpacingMode Method

Sets or returns a value that indicates how the amount of space above and below a form group control is calculated.

Syntax

public AutoMode verticalSpacingMode([AutoMode mode])

Run On

Client

Parameters

  • mode
    Type: AutoMode Enumeration
    An AutoMode system enumeration value that indicates how the space is calculated; optional.

Return Value

Type: AutoMode Enumeration
An AutoMode enumeration that is set to Auto if the space is automatically adjusted based on other form settings, such as the font size; otherwise, Fixed.

See Also

Reference

FormGroupControl Class