| | Name | Description |
 | ActivateOnOpen | Gets or sets whether the window must be automatically activated when opened. By default set to true. |
 | ActivateOwnerFrameOnActivate | Gets or sets whether the window must automatically activate the frame of its owner window when activated. By defualt set to false. |
 | ActivateOwnerOnClose | Gets or sets whether the owner window must be activated, when this popup window is closed. Has effect only if the window is the active window, when closed. By default set to true. |
 | AllowClose | Gets or sets whether the Close operation is allowed from the user interface of the window. |
 | AllowMaximize | Gets or sets whether the Maximize/Restore operation is allowed from the user interface of the window. |
 | AllowMinimize | Gets or sets whether the Minimize operation is allowed from the user interface of the window. |
 | AllowXResize | Gets or sets whether the window can be resized in X dimenion. |
 | AllowYResize | Gets or sets whether the window can be resized in Y dimenion. |
 | Bounds | Gets or sets the bounds of the window (in Virtual Screen Coordinates). |
 | CloseOnEscape | Determines whether the window should close if the user presses the "Escape" keyboard key. By default set to false. |
 | FrameBorder | Gets or sets the frame (other) border |
 | FrameBorderThickness | Gets or sets the frame (other) border thickness |
 | Height | Gets or sets the Height of the element |
 | IsActive | Gets whether the window is currently active. The value of this property is automatically updated by Nevron. |
 | IsClosing | Gets whether the window is currently in an unstoppable closing procedure. The value of this property is automatically updated by Nevron. |
 | IsDragged | Gets whether the window is currently being dragged. The value of this property is automatically updated by Nevron. |
 | IsFrameActive | Gets whether the window frame should be displayed as active. This value is automatically updated by child windows, which have their MimicActiveOwner property set to true. |
 | IsMaximized | Gets whether the window is currently maximized. The value of this property is automatically updated by Nevron. |
 | IsMinimized | Gets whether the window is currently minimized. The value of this property is automatically updated by Nevron. |
 | IsOpened | Gets whether the window is opened or not. The value of this property is automatically updated by Nevron. |
 | IsResized | Gets whether the window is currently being resized. The value of this property is automatically updated by Nevron. |
 | Location | Gets or sets the window location (in Virtual Screen Coordinates). |
 | Modal | Gets or sets whether the window must be opend in modal fashion. When set to true, after the window is opened it becomes the one and only enabled window in the application. The only other windows that can possibly be activated are children or descendant windows of this window. Has effect prior to opening the window. |
 | ParentChildWindow | Gets the child window that owns this top-level window. Returns null if the window is owned by a top-level window or is not owned at all. |
 | ParentTopLevelWindow | Gets the top level window that owns this top-level window. Returns null if the window is owned by a child window or is not owned at all. |
 | ParentWindow | Gets the Window in which this element resides. |
 | RemoveFromParentOnClose | Gets or sets whether the window is automatically removed from its parent node, when the window is closed. By default set to true. |
 | ResizeCornerSize | Gets or sets the thickness of the resize frame, through which the user can visually resize the window. Typically set through styling. |
 | ResizeFrameThickness | Gets or sets the thickness of the window resize frame (the frame which the user can use to interactively resize the window). Typically set through styling. |
 | Result | Gets or sets the result of the user interaction with the window. |
 | ShowControlBox | Gets or sets whether the window has a control box. The window control box consist of a Close box and optional Minimize and Maximize boxes (buttons). |
 | ShowControlMenu | Gets or sets whether the window has a control menu drop down. |
 | ShowInTaskbar | Gets or sets whether the window is shown in the taskbar or not. Applicable only for environments with a taskbar (like Windows for example). Has effect prior to opening the window. |
 | ShowTitleBar | Gets or sets whether the title bar needs to be shown. |
 | Size | Gets or sets the window size |
 | StartPosition | Gets or sets the window start positioning mode. When set to Manual the window will raise the QueryManualStartPosition event prior to being opened. Has effect prior to opening the window. |
 | Title | Gets or sets the window title string. This property has no effect if the ShowTitleBar is set to false. |
 | TitleBar | Gets or sets the title bar. |
 | Width | Gets or sets the Width of the element |
 | X | Gets the X coordinate of the element box left-top corner in respect to the parent coordinate system. |
 | Y | Gets or sets the Y coordinate of the element box left-top corner in respect to the parent coordinate system. |