MindFusion.UI for WebForms Programmer's Guide

Window.MinWidth Property

See Also
 





Gets or sets the minimum allowed width for this Window.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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