* 修改了一些注释文字
This commit is contained in:
parent
9dc8b9b88b
commit
7c7cfb592d
@ -147,7 +147,7 @@ namespace Sunny.UI
|
|||||||
|
|
||||||
private int scrollBarHeight = 0;
|
private int scrollBarHeight = 0;
|
||||||
|
|
||||||
[DefaultValue(0), Category("SunnyUI"), Description("垂直滚动条宽度,最小为原生滚动条宽度")]
|
[DefaultValue(0), Category("SunnyUI"), Description("水平滚动条高度,最小为原生滚动条宽度")]
|
||||||
public int ScrollBarHeight
|
public int ScrollBarHeight
|
||||||
{
|
{
|
||||||
get => scrollBarHeight;
|
get => scrollBarHeight;
|
||||||
@ -160,7 +160,7 @@ namespace Sunny.UI
|
|||||||
|
|
||||||
private int scrollBarHandleHeight = 6;
|
private int scrollBarHandleHeight = 6;
|
||||||
|
|
||||||
[DefaultValue(6), Category("SunnyUI"), Description("垂直滚动条滑块宽度,最小为原生滚动条宽度")]
|
[DefaultValue(6), Category("SunnyUI"), Description("水平滚动条滑块高度,最小为原生滚动条宽度")]
|
||||||
public int ScrollBarHandleHeight
|
public int ScrollBarHandleHeight
|
||||||
{
|
{
|
||||||
get => scrollBarHandleHeight;
|
get => scrollBarHandleHeight;
|
||||||
|
@ -135,7 +135,7 @@ namespace Sunny.UI
|
|||||||
private int lineSize = 6;
|
private int lineSize = 6;
|
||||||
|
|
||||||
[DefaultValue(6)]
|
[DefaultValue(6)]
|
||||||
[Description("球大小"), Category("SunnyUI")]
|
[Description("温度计管大小"), Category("SunnyUI")]
|
||||||
public int LineSize
|
public int LineSize
|
||||||
{
|
{
|
||||||
get => lineSize;
|
get => lineSize;
|
||||||
@ -149,7 +149,7 @@ namespace Sunny.UI
|
|||||||
private int ballSize = 20;
|
private int ballSize = 20;
|
||||||
|
|
||||||
[DefaultValue(20)]
|
[DefaultValue(20)]
|
||||||
[Description("球大小"), Category("SunnyUI")]
|
[Description("温度计球大小"), Category("SunnyUI")]
|
||||||
public int BallSize
|
public int BallSize
|
||||||
{
|
{
|
||||||
get => ballSize;
|
get => ballSize;
|
||||||
@ -174,7 +174,7 @@ namespace Sunny.UI
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 边框颜色
|
/// 边框颜色
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Description("边框颜色"), Category("SunnyUI")]
|
[Description("温度计颜色"), Category("SunnyUI")]
|
||||||
[DefaultValue(typeof(Color), "80, 160, 255")]
|
[DefaultValue(typeof(Color), "80, 160, 255")]
|
||||||
public Color ThermometerColor
|
public Color ThermometerColor
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user