Struct InputField.VisualState
Inherited Members
Namespace: Ritchie.Toolbox.Widgets
Assembly: Ritchie.Toolbox.dll
Syntax
public struct InputField.VisualState
Fields
CaretColor
Declaration
public Color CaretColor
Field Value
Type | Description |
---|---|
Color |
CaretHeight
Declaration
public int CaretHeight
Field Value
Type | Description |
---|---|
int |
CaretPosition
Declaration
public Point CaretPosition
Field Value
Type | Description |
---|---|
Point |
IsFocused
Declaration
public bool IsFocused
Field Value
Type | Description |
---|---|
bool |
IsHovered
Declaration
public bool IsHovered
Field Value
Type | Description |
---|---|
bool |
IsPressed
Declaration
public bool IsPressed
Field Value
Type | Description |
---|---|
bool |
WidthOfContentAtCaret
Declaration
public int WidthOfContentAtCaret
Field Value
Type | Description |
---|---|
int |