ASP.NET Pack Programmer's Guide
Window.MinWidth Property
See Also
 





Gets or sets the minimum allowed width for this Window.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Unit MinWidth { get; set; }

Visual Basic  Copy Code

Public Property MinWidth As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure, specifying the minimum width for the control. The default is 0px.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace