Click or drag to resize

AutoResizeOptions Properties

The AutoResizeOptions type exposes the following members.

Properties
  NameDescription
Public propertyHeight
If true, the view's height will grow and shrink together with the window. Default is false.
Public propertyHorizontal
If true, the view's x position will grow and shrink proportionally with the window. Default is false.
Public propertyVertical
If true, the view's y position will grow and shrink proportionally with the window. Default is false.
Public propertyWidth
If true, the view's width will grow and shrink together with the window. Default is false.
Top
See Also