This commit is contained in:
monitor1394
2022-03-24 08:37:06 +08:00
parent 6cb3709655
commit f597a3f116
78 changed files with 791 additions and 741 deletions

View File

@@ -20,7 +20,7 @@ namespace XCharts.Runtime
/// <summary>
/// the font of text.
/// 字体。
/// |字体。
/// </summary>
public Font font
{
@@ -29,7 +29,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of text.
/// 文本颜色。
/// |文本颜色。
/// </summary>
public Color textColor
{
@@ -38,7 +38,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of text.
/// 文本颜色。
/// |文本颜色。
/// </summary>
public Color textBackgroundColor
{
@@ -47,7 +47,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the font size of text.
/// 文本字体大小。
/// |文本字体大小。
/// </summary>
public int fontSize
{