Padding Type

Constructors

Constructor Description

Padding()

Full Usage: Padding()

Returns: Padding
Returns: Padding

Static members

Static member Description

Padding.init (?B, ?L, ?R, ?T)

Full Usage: Padding.init (?B, ?L, ?R, ?T)

Parameters:
    ?B : int - The amount of padding (in px) along the bottom of the component
    ?L : int - The amount of padding (in px) on the left side of the component
    ?R : int - The amount of padding (in px) on the right side of the component
    ?T : int - The amount of padding (in px) along the top of the component

Returns: Padding

Set the padding of the slider component along each side

?B : int

The amount of padding (in px) along the bottom of the component

?L : int

The amount of padding (in px) on the left side of the component

?R : int

The amount of padding (in px) on the right side of the component

?T : int

The amount of padding (in px) along the top of the component

Returns: Padding

Padding.style (?B, ?L, ?R, ?T)

Full Usage: Padding.style (?B, ?L, ?R, ?T)

Parameters:
    ?B : int
    ?L : int
    ?R : int
    ?T : int

Returns: Padding -> Padding
?B : int
?L : int
?R : int
?T : int
Returns: Padding -> Padding