Skip to content

Instantly share code, notes, and snippets.

@hrpahlevan
hrpahlevan / AnalogClock.cs
Created November 11, 2023 16:46 — forked from ghost1372/AnalogClock.cs
Create AnalogClock
// مرحله اول
public class AnalogClock : Control
{
}
// مرحله دوم
[TemplatePart(Name = PART_HOUR, Type = typeof(Line))]
[TemplatePart(Name = PART_MINUTE, Type = typeof(Line))]
[TemplatePart(Name = PART_SECOND, Type = typeof(Line))]
public class AnalogClock : Control