syncfusion-winforms-clock
Installation
SKILL.md
Implementing the Syncfusion WinForms Clock Control
The Syncfusion Clock control (Syncfusion.Windows.Forms.Tools.Clock) is a display-only control that shows the current time as either an analog or digital clock. It supports extensive visual customization — hand colors and thickness, gradient backgrounds, frames and shapes for digital mode, transparency, and a fully replaceable rendering pipeline.
When to Use This Skill
Use this skill when you need to:
- Add a clock display (analog or digital) to a WinForms form
- Switch between analog and digital modes via
ClockType - Customize colors — gradient background, hand colors, border, minute lines
- Configure digital clock frames or shapes —
ClockFrame,ClockShape - Show a fixed or custom time —
ShowCustomTimeClock+CustomTime - Freeze the clock at a specific time —
StopTimer - Apply a custom renderer — override
ClockRenderer.DrawInteriororDigitalClockRenderer.DrawDigitalClockFrame