Struct WindowCaptionButton.VisualState
Visual propertiesfor a WindowCaptionButton widget.
Inherited Members
Namespace: SociallyDistant.Core.Shell.Windowing
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WindowCaptionButton.VisualState
Fields
ButtonType
Value indicating the type of caption button being rendered.
Declaration
public CaptionButtonType ButtonType
Field Value
Type | Description |
---|---|
CaptionButtonType |
Hovered
Value indicating that the caption button is hovered by the mouse.
Declaration
public bool Hovered
Field Value
Type | Description |
---|---|
bool |
Pressed
Value indicating the caption button is being pressed.
Declaration
public bool Pressed
Field Value
Type | Description |
---|---|
bool |