The ResizeBehaviorSettings type exposes the following members.

Properties

  Name Description
Public property AnimationDuration
Define how long (in milliseconds) the animation of the sliding 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 px) of C1Window object.
Public property MaxWidth
Gets or sets the maximum width(in px) of C1Window object.
Public property MinHeight
Gets or sets the minimum height(in px) of C1Window object.
Public property MinWidth
Gets or sets the minimum width(in px) of 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