Text
font-size
- Supports a prefix of "+" or "-" to increase or decrease using the system font size as a base.
- Supports a suffix of "px", "pt" and ?
font-weight
- "extra-bold"
- "bold"
- "normal"
font-style
- "italic"
- "normal"
font-family
- The font name specified must be supported by the device that is running the application.
text-decoration
- "underline"
- "normal"
text-underline-style
- "dotted"
- "normal"
font-antialias
- "none"
- "low-res"
- "standard"
- "subpixel"
color
- Supported color value formats are: integer, HEX and RGB.
- For Fields with text, this is the font foreground color when the Field does not have focus.
focus-color
- See "color" for supported values.
- For Fields with text, this is the font foreground color when the Field does have focus.
focus-highlight
- Used for Fields that can highlight focus on text characters.
- This attribute supports a boolean value for enabling or disabling the use of a custom focus highlight color.
focus-highlight-color
- See "color" for supported values.
Background
background
- This attribute supports a boolean value for enabling or disabling the use of a background.
background-color
- See "color" for supported values.
background-opacity
- Opacity is specified using a percentage out of 100.
background-arc
- A colored background can support rounded edges. This attribute will be used for both the arc width and arc height.
background-arc-width
- A colored background can support rounded edges. This attribute will be used for only the arc width.
background-arc-height
- A colored background can support rounded edges. This attribute will be used for only the arc height.
focus-background
- This attribute supports a boolean value for enabling or disabling the use of a background when a Field has focus.
focus-background-color
- See "color" for supported values.
- Used when a Field has focus.
focus-background-opacity
- See "background-opacity" for supported values.
- Used when a Field has focus.
Border
border
- This attribute supports a boolean value for enabling or disabling the use of a border.
border-color
- See "color" for supported values.
border-opacity
- See "background-opacity" for supported values.
border-width
- Used to determine the thickness of a border.
border-arc
- A border can support rounded edges. This attribute will be used for both the arc width and arc height.
border-arc-width
- A border can support rounded edges. This attribute will be used for only the arc width.
border-arc-height
- A border can support rounded edges. This attribute will be used for only the arc height.
focus-border
- This attribute supports a boolean value for enabling or disabling the use of a border when a Field has focus.
focus-border-color
- See "color" for supported values.
- Used when a Field has focus.
focus-border-width
- Used to determine the thickness of a border when a Field has focus.
