Share via


FormGroupControl.verticalSpacing Method

Gets or sets the amount of space above and below a form group control in pixels, and specifies how the space is calculated.

Syntax

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

Run On

Client

Parameters

  • value
    Type: int
    An integer value that specifies the amount of space above and below a control; optional.
  • mode
    Type: AutoMode Enumeration
    An AutoMode system enumeration value that indicates how the space is calculated; optional.

Return Value

Type: int
An integer value that indicates the amount of space above and below a control.

See Also

Reference

FormGroupControl Class