FormControl.verticalSpacing 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
verticalSpacing() |
Gets or sets the vertical spacing of the control in the form. |
verticalSpacing(Int32) | |
verticalSpacing(Int32, AutoMode) |
verticalSpacing()
Gets or sets the vertical spacing of the control in the form.
public:
virtual int verticalSpacing();
public virtual int verticalSpacing ();
abstract member verticalSpacing : unit -> int
override this.verticalSpacing : unit -> int
Public Overridable Function verticalSpacing () As Integer
Returns
The vertical spacing of the control in the form.
Applies to
verticalSpacing(Int32)
public:
virtual int verticalSpacing(int num1);
public virtual int verticalSpacing (int num1);
abstract member verticalSpacing : int -> int
override this.verticalSpacing : int -> int
Public Overridable Function verticalSpacing (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
Applies to
verticalSpacing(Int32, AutoMode)
public:
virtual int verticalSpacing(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int verticalSpacing (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member verticalSpacing : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.verticalSpacing : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function verticalSpacing (_value As Integer, _mode As AutoMode) As Integer
Parameters
- _value
- Int32
An integer value that indicates the AutoMode for the control; optional.
- _mode
- AutoMode
An integer value that indicates the AutoMode for the control; optional.