Struct Window.VisualState
Visual properties for a Window widget
Inherited Members
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public struct Window.VisualState
Fields
ClientRect
The area of the widget that was assigned to the client area.
Declaration
public LayoutRect ClientRect
Field Value
Type | Description |
---|---|
LayoutRect |
ColorValue
If supported by the theme, value indicating how strong the color breathing effect of the window should be. In other words, how saturated the color should be.
Declaration
public float ColorValue
Field Value
Type | Description |
---|---|
float |
Hints
Declaration
public WindowHints Hints
Field Value
Type | Description |
---|---|
WindowHints |
IsActiveWindow
Value indicating whether this window is focused
Declaration
public bool IsActiveWindow
Field Value
Type | Description |
---|---|
bool |