Share via


FormControl.verticalSpacingValue Method

Definition

Overloads

verticalSpacingValue()

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

verticalSpacingValue(Int32)

verticalSpacingValue()

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

public:
 virtual int verticalSpacingValue();
public virtual int verticalSpacingValue ();
abstract member verticalSpacingValue : unit -> int
override this.verticalSpacingValue : unit -> int
Public Overridable Function verticalSpacingValue () As Integer

Returns

The vertical spacing of the control in the form.

Applies to

verticalSpacingValue(Int32)

public:
 virtual int verticalSpacingValue(int _value);
public virtual int verticalSpacingValue (int _value);
abstract member verticalSpacingValue : int -> int
override this.verticalSpacingValue : int -> int
Public Overridable Function verticalSpacingValue (_value As Integer) As Integer

Parameters

_value
Int32

An integer value that indicates the vertical spacing of the control; optional.

Returns

Applies to