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





Gets or sets the style of this Window.

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

 Syntax

C#  Copy Code

public WindowStyle WindowStyle { get; set; }

Visual Basic  Copy Code

Public Property WindowStyle As WindowStyle

 Property Value

Type: WindowStyle
One of the WindowStyle Enumeration values that specifies the style of the control. Default value is WindowStyle.All.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace