Specifies the appearance of a Window.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum WindowStyle
Public Enumeration WindowStyle
None
None of the additional elements is displayed.
Header
Display the header.
Status
Display the status bar.
All
All additional elements are displayed.
This enumeration is defined as Flag that allows a bitwise combination of its member values.
MindFusion.UI.Web Namespace