public class ThemeStyle:
style = ThemeStyle()
style.backgroundColor = Color.parse("#3B8ED0")
style.cornerRadius = 6| Modifier and Type | Member | Description |
|---|---|---|
| public property | accentColoraccentColor as Color = null |
No summary. |
| public property | backgroundColorbackgroundColor as Color = null |
No summary. |
| public property | backgroundColor2backgroundColor2 as Color = null |
No summary. |
| public property | borderColorborderColor as Color = null |
No summary. |
| public property | borderWidthborderWidth as Double = -1.0 |
No summary. |
| public property | caretColorcaretColor as Color = null |
No summary. |
| public property | cornerRadiuscornerRadius as Int = -1 |
No summary. |
| public property | fontfont as String = "" |
No summary. |
| public property | paddingXpaddingX as Int = -1 |
No summary. |
| public property | paddingYpaddingY as Int = -1 |
No summary. |
| public property | placeholderColorplaceholderColor as Color = null |
No summary. |
| public property | selectionColorselectionColor as Color = null |
No summary. |
| public property | shadowBlurshadowBlur as Double = -1.0 |
No summary. |
| public property | shadowColorshadowColor as Color = null |
No summary. |
| public property | shadowOffsetXshadowOffsetX as Double = 0.0 |
No summary. |
| public property | shadowOffsetYshadowOffsetY as Double = 0.0 |
No summary. |
| public property | textColortextColor as Color = null |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | cloneclone() as ThemeStyle: |
Creates a deep copy of the style. |
| public | mergemerge(other as ThemeStyle) as Void: |
Overlays another style on top of the current one. |
| public override | toStringtoString() as String: |
No summary. |