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