Defines some common component styles and variants.
static class
|
Style
|
The background color (see Colors) of the component.
public
static
readonly
field
|
BackgroundColor
|
||
type
|
StyleProperty<int64>
|
See also:
ColorSchemeThe border style of the component.
public
static
readonly
field
|
Border
|
||
type
|
StyleProperty<BorderStyle>
|
The foreground color (see Colors) of the component.
public
static
readonly
field
|
ForegroundColor
|
||
type
|
StyleProperty<int64>
|
See also:
ColorSchemeThe highlight color (see Colors) of the component.
public
static
readonly
field
|
HighlightColor
|
||
type
|
StyleProperty<int64>
|
See also:
ColorSchemeThe icon image to show.
public
static
readonly
field
|
Image
|
||
type
|
StyleProperty<IResourceHandle>
|
See also:
BitmapAlignment of icon image.
public
static
readonly
field
|
ImageAlign
|
||
type
|
StyleProperty<Anchor>
|
Shadow style of icon image.
public
static
readonly
field
|
ImageShadow
|
||
type
|
StyleProperty<ShadowStyle>
|
Size of icon image.
public
static
readonly
field
|
ImageSize
|
||
type
|
StyleProperty<Vec2I>
|
Shadow style of panel.
public
static
readonly
field
|
Shadow
|
||
type
|
StyleProperty<ShadowStyle>
|
Alignment of text.
public
static
readonly
field
|
TextAlign
|
||
type
|
StyleProperty<Anchor>
|
The text color (see Colors) of the component.
public
static
readonly
field
|
TextColor
|
||
type
|
StyleProperty<int64>
|
See also:
ColorSchemeThe text font to use for drawing the textual content of components.
public
static
readonly
field
|
TextFont
|
||
type
|
StyleProperty<IResourceHandle>
|
See also:
PixelFontThe text font to use for drawing small textual hints (e.g. keyboard shortcuts).
public
static
readonly
field
|
TextFontHint
|
||
type
|
StyleProperty<IResourceHandle>
|
See also:
PixelFontA Panel style for inner panels.
public
constant
|
VariantInner
=
"inner"
|
||
type
|
string
|