Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?width, ?height, ?horizontal, ?vertical)
Parameters:
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
|
Full Usage:
this.height
|
If true, the view's height will grow and shrink together with the window. false by default. |
Full Usage:
this.horizontal
|
If true, the view's x position and width will grow and shrink proportionally with the window. false by default. |
Full Usage:
this.vertical
|
If true, the view's y position and height will grow and shrink proportionally with the window. false by default. |
Full Usage:
this.width
|
If true, the view's width will grow and shrink together with the window. false by default. |
fable-electron-docs-api