Margin Type

Margin

Constructors

Constructor Description

Margin()

Full Usage: Margin()

Returns: Margin
Returns: Margin

Static members

Static member Description

Margin.init (?Left, ?Right, ?Top, ?Bottom, ?Pad, ?Autoexpand)

Full Usage: Margin.init (?Left, ?Right, ?Top, ?Bottom, ?Pad, ?Autoexpand)

Parameters:
    ?Left : 'a
    ?Right : 'b
    ?Top : 'c
    ?Bottom : 'd
    ?Pad : 'k
    ?Autoexpand : 'l

Returns: Margin

Init Margin type

?Left : 'a
?Right : 'b
?Top : 'c
?Bottom : 'd
?Pad : 'k
?Autoexpand : 'l
Returns: Margin

Margin.style (?Left, ?Right, ?Top, ?Bottom, ?Pad, ?Autoexpand)

Full Usage: Margin.style (?Left, ?Right, ?Top, ?Bottom, ?Pad, ?Autoexpand)

Parameters:
    ?Left : 'a
    ?Right : 'b
    ?Top : 'c
    ?Bottom : 'd
    ?Pad : 'e
    ?Autoexpand : 'f

Returns: Margin -> Margin
?Left : 'a
?Right : 'b
?Top : 'c
?Bottom : 'd
?Pad : 'e
?Autoexpand : 'f
Returns: Margin -> Margin