FormGroupControl.bottomMargin 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
bottomMargin() |
Sets or returns the bottom margin of a form group control in pixels and specifies whether the margin is automatically adjusted. |
bottomMargin(Int32) | |
bottomMargin(Int32, AutoMode) |
bottomMargin()
Sets or returns the bottom margin of a form group control in pixels and specifies whether the margin is automatically adjusted.
public:
virtual int bottomMargin();
public virtual int bottomMargin ();
abstract member bottomMargin : unit -> int
override this.bottomMargin : unit -> int
Public Overridable Function bottomMargin () As Integer
Returns
An Integer data type value that specifies the bottom margin in pixels.
Applies to
bottomMargin(Int32)
bottomMargin(Int32, AutoMode)
public:
virtual int bottomMargin(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int bottomMargin (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member bottomMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.bottomMargin : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function bottomMargin (_value As Integer, _mode As AutoMode) As Integer
Parameters
- _value
- Int32
An AutoMode enumeration value that indicates whether the bottom margin is fixed, or whether it is automatically adjusted based on other form settings, such as the font size; optional.
- _mode
- AutoMode
An AutoMode enumeration value that indicates whether the bottom margin is fixed, or whether it is automatically adjusted based on other form settings, such as the font size; optional.