FormGroupControl.bottomMarginValue Method

Definition

Overloads

bottomMarginValue()

Sets or returns the bottom margin of a form group control in pixels.

bottomMarginValue(Int32)

bottomMarginValue()

Sets or returns the bottom margin of a form group control in pixels.

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

Returns

An Integer data type value that specifies the bottom margin in pixels.

Applies to

bottomMarginValue(Int32)

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

Parameters

_value
Int32

An Integer data type that specifies the bottom margin in pixels; optional.

Returns

Applies to