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