Share via


FormGroupControl.verticalSpacingValue Method

Definition

Overloads

verticalSpacingValue()

Gets or sets the amount of space above and below a form group control in pixels.

verticalSpacingValue(Int32)

verticalSpacingValue()

Gets or sets the amount of space above and below a form group control in pixels.

public:
 override int verticalSpacingValue();
public override int verticalSpacingValue ();
override this.verticalSpacingValue : unit -> int
Public Overrides Function verticalSpacingValue () As Integer

Returns

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

Applies to

verticalSpacingValue(Int32)

public:
 override int verticalSpacingValue(int _value);
public override int verticalSpacingValue (int _value);
override this.verticalSpacingValue : int -> int
Public Overrides Function verticalSpacingValue (_value As Integer) As Integer

Parameters

_value
Int32

An integer that indicates the amount of space above and below a control; optional.

Returns

Applies to