RaUI/Source/ryControls/Gdu.WinFormUI/Theme/ProgressBar/ThemeProgressBarSoftGreen.cs
如果当时 34a3ef3ed9 ### 2021-02-22更新
------
#### ryControls    V2.1.2102.2201
*.[新增]新加入Gdu.WinformUI控件。
2021-02-22 21:42:59 +08:00

15 lines
322 B
C#

using System;
using System.Drawing;
//忽略没有注释警告
#pragma warning disable 1591
namespace MGdu.WinFormUI
{
public class ThemeProgressBarSoftGreen : GMProgessBarThemeBase
{
public ThemeProgressBarSoftGreen()
{
CoveredColor = Color.FromArgb(23, 143, 54);
}
}
}