コード例 #1
0
 public static CardLabel StatusLabel(TaskStatus status, CanvasControl host) =>
 new CardLabel(host, status.GetIcon(), status.AsString(), LabelFont, status.GetColor(), LabelHeight, LabelMaxTextWidth);
コード例 #2
0
ファイル: CardPart.cs プロジェクト: DominicBeer/TaskHopper
 public static CardPart StatusPart(TaskStatus status) => new CardPart(status.GetIcon(), status.AsString(), status.GetColor());