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





Gets or sets a value, indicating whether the Window will size itself, according to its content.

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

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

Type: Boolean
true if the window should size itself, otherwise false. Default value is false.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace