Enum HighlightStyle
Describes the highlight style of a view when the mouse is over it.
[JsonConverter(typeof(JsonStringEnumConverter<HighlightStyle>))]
[Flags]
public enum HighlightStyle
Fields
Hover = 1
The mouse is hovering over the view (but not pressed). See MouseEnter.
None = 0
No highlight.
Pressed = 2
The mouse is pressed within the Viewport.
PressedOutside = 4
The mouse is pressed but moved outside the Viewport.