Esempio n. 1
0
 public static CardLabel StatusLabel(TaskStatus status, CanvasControl host) =>
 new CardLabel(host, status.GetIcon(), status.AsString(), LabelFont, status.GetColor(), LabelHeight, LabelMaxTextWidth);
Esempio n. 2
0
 public static CardPart StatusPart(TaskStatus status) => new CardPart(status.GetIcon(), status.AsString(), status.GetColor());