|
|
void | Copy (LegendTheme theme) |
| |
|
| LegendTheme (Theme theme) |
| |
|
| ComponentTheme (Theme theme) |
| |
|
virtual void | Copy (ComponentTheme theme) |
| |
|
virtual void | Reset (ComponentTheme defaultTheme) |
| |
|
virtual void | SetVerticesDirty () |
| |
|
virtual void | ClearVerticesDirty () |
| |
|
virtual void | SetComponentDirty () |
| |
|
virtual void | ClearComponentDirty () |
| |
|
virtual void | ClearDirty () |
| |
|
virtual void | SetAllDirty () |
| |
|
|
Color | m_UnableColor |
| |
|
Font | m_Font |
| |
|
Color | m_TextColor |
| |
|
Color | m_TextBackgroundColor |
| |
|
int | m_FontSize = 18 |
| |
|
bool | m_VertsDirty |
| |
|
bool | m_ComponentDirty |
| |
|
Painter | m_Painter |
| |
Definition at line 17 of file LegendTheme.cs.
◆ unableColor
| Color XCharts.LegendTheme.unableColor |
|
getset |
the color of text. 文本颜色。
Definition at line 26 of file LegendTheme.cs.
27 get {
return m_UnableColor; }
28 set {
if (PropertyUtil.SetColor(ref m_UnableColor, value)) SetComponentDirty(); }
The documentation for this class was generated from the following file: