Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?width, ?height, ?horizontal, ?vertical)

Full Usage: Options(?width, ?height, ?horizontal, ?vertical)

Parameters:
    ?width : bool - If true, the view's width will grow and shrink together with the window. false by default.
    ?height : bool - If true, the view's height will grow and shrink together with the window. false by default.
    ?horizontal : bool - If true, the view's x position and width will grow and shrink proportionally with the window. false by default.
    ?vertical : bool - If true, the view's y position and height will grow and shrink proportionally with the window. false by default.

Returns: Options
?width : bool

If true, the view's width will grow and shrink together with the window. false by default.

?height : bool

If true, the view's height will grow and shrink together with the window. false by default.

?horizontal : bool

If true, the view's x position and width will grow and shrink proportionally with the window. false by default.

?vertical : bool

If true, the view's y position and height will grow and shrink proportionally with the window. false by default.

Returns: Options

Instance members

Instance member Description

this.height

Full Usage: this.height

If true, the view's height will grow and shrink together with the window. false by default.

this.horizontal

Full Usage: this.horizontal

If true, the view's x position and width will grow and shrink proportionally with the window. false by default.

this.vertical

Full Usage: this.vertical

If true, the view's y position and height will grow and shrink proportionally with the window. false by default.

this.width

Full Usage: this.width

If true, the view's width will grow and shrink together with the window. false by default.

Type something to start searching.