Gets or sets the minimum height(in px) of C1Window object.

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

Syntax

C#
[DefaultValueAttribute()]
[JsonAttribute(true, true, )]
[NotifyParentPropertyAttribute(true)]
public int MinHeight { get; set; }
Visual Basic
<DefaultValueAttribute()> _
<JsonAttribute(True, True, )> _
<NotifyParentPropertyAttribute(True)> _
Public Property MinHeight As Integer
	Get
	Set

Remarks

Default is 1px;

See Also