Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the back color of the window. It is used to fill the entire Window area and is always consumed as an opaque color. This means that currently NOV does not support transparent windows. |
![]() | Content | Gets or sets the widget that represents the window content |
![]() | CurDisplayVersion | Gets the display stamp that was associated with the last frame. |
![]() | DisplaySurface | Overridden. Gets the display surface on which this visual is displayed (painted). Overriden to return this window. |
![]() | PreviewOverlay | Gets or sets the overlay that displays content on top of the window content |
![]() | Resolution | Gets the resolution of the window |
![]() | UsePaintCache | Gets or sets whether this window should use paint caching, when the integration platform provides such. By default set to true. |
![]() | Windows | Gets or sets the collection of the top-level windows of this window |