Gets or sets the minimum allowed height for this Window.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public Unit MinHeight { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property MinHeight As Unit |
Property Value
Type: Unit An instance of the System.Web.UI.Unit structure, specifying the minimum height for the control. The default is 0px.
See Also
|