FormGroupControl.leftMarginValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
leftMarginValue() |
Sets or returns the size of the left margin for a form group control in pixels. |
leftMarginValue(Int32) |
leftMarginValue()
Sets or returns the size of the left margin for a form group control in pixels.
public:
virtual int leftMarginValue();
public virtual int leftMarginValue ();
abstract member leftMarginValue : unit -> int
override this.leftMarginValue : unit -> int
Public Overridable Function leftMarginValue () As Integer
Returns
An integer value that specifies the size of the left margin for a form group control in pixels.
Applies to
leftMarginValue(Int32)
public:
virtual int leftMarginValue(int _value);
public virtual int leftMarginValue (int _value);
abstract member leftMarginValue : int -> int
override this.leftMarginValue : int -> int
Public Overridable Function leftMarginValue (_value As Integer) As Integer
Parameters
- _value
- Int32
An integer value that specifies the size of the left margin for a form group control in pixels; optional.