Share via


FormGroupControl.topMarginMode Method

Sets or returns a value that indicates whether the size of the top margin for a form group control is fixed, or whether it is automatically adjusted based on other form property settings.

Syntax

public AutoMode topMarginMode([AutoMode mode])

Run On

Client

Parameters

  • mode
    Type: AutoMode Enumeration
    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.

Return Value

Type: AutoMode Enumeration
An Automode enumeration value of Auto if the size of the top margin is automatically adjusted; otherwise, Fixed.

See Also

Reference

FormGroupControl Class