共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > II Meter |
II Meter
|
0 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
A simple rectangular "meter" control, intended for use as a progress bar or similar in Windows Forms.
It has 5 properties:
- NMinPosition & NMaxPosition define the range of possible values (eg 0-100)
- NPosition sets the current position between these 2 extremes
- ForeColor is the color painted from the start to NPosition
- BackColor is the color painted from NPosition to the end.