FormRichTextControl.verticalSpacing Method

Gets or sets the vertical spacing of the control in the form.

Syntax

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

Run On

Client

Parameters

  • value
    Type: int
    An integer value that indicates the vertical spacing of the control.
  • mode
    Type: AutoMode Enumeration
    An integer value that indicates the AutoMode value for the control; optional.

Return Value

Type: int
The vertical spacing of the control in the form.

See Also

Reference

FormRichTextControl Class