AutoResizeOptions

external interface AutoResizeOptions(source)

Properties

Link copied to clipboard
abstract var height: Boolean?

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

Link copied to clipboard
abstract var horizontal: Boolean?

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

Link copied to clipboard
abstract var vertical: Boolean?

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

Link copied to clipboard
abstract var width: Boolean?

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