Struct Window.VisualState
Visual properties for a Window widget
Inherited Members
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public struct Window.VisualStateFields
ClientRect
The area of the widget that was assigned to the client area.
Declaration
public LayoutRect ClientRectField 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 ColorValueField Value
| Type | Description | 
|---|---|
| float | 
Hints
Declaration
public WindowHints HintsField Value
| Type | Description | 
|---|---|
| WindowHints | 
IsActiveWindow
Value indicating whether this window is focused
Declaration
public bool IsActiveWindowField Value
| Type | Description | 
|---|---|
| bool |