The ResizeBehaviorSettings type exposes the following members.

Properties

  Name Description
Public property AnimationDuration
Defines how long (in milliseconds) the animation will run.
Public property Easing
The easing that is applied to the animation.
Public property Ghost
Gets or sets a value that determines whether an outline of the element is sized.
Public property Increment
Gets or sets the movement span of incremental resizing.
Public property MaxHeight
Gets or sets the maximum height (in pixels) of the C1Window object.
Public property MaxWidth
Gets or sets the maximum width (in pixels) of the C1Window object.
Public property MinHeight
Gets or sets the minimum height (in pixels) of the C1Window object.
Public property MinWidth
Gets or sets the minimum width (in pixels) of the C1Window object.
Public property PreserveRatio
The ratio between the height and width will be maintaned while sizing.
Public property UseHelper
Gets or sets a value that determines whether to use a resizing proxy.

See Also