Gets or sets a value, indicating whether the Window will size itself, according to its content.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
|