The ratio between the height and width will be maintaned while sizing.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, false)]
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public bool PreserveRatio { get; set; }
Visual Basic
<JsonAttribute(True, True, False)> _
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property PreserveRatio As Boolean
	Get
	Set

See Also