Share via


FormListControl.verticalSpacing Method

Sets or gets the amount of space above and below a form list 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 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 that indicates the amount of space above and below a control.

See Also

Reference

FormListControl Class