Gets or sets the style of this Window.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
|