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