AboutSupportDeveloper GuideVersion 36.122.80.11

Interface AutoResizeOptions

Hierarchy

  • AutoResizeOptions

Properties

height?: boolean

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

horizontal?: boolean

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

vertical?: boolean

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

width?: boolean

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