コード例 #1
0
ファイル: IconComponent.cs プロジェクト: xareas/Sushi
 public IconComponent()
 {
     Color    = IconColor.Black;
     IconType = Helpers.Enums.Icon.IconAsterisk;
 }
コード例 #2
0
ファイル: Icon.cs プロジェクト: xareas/Sushi
 public Icon SetIconType(Helpers.Enums.Icon iconType)
 {
     this.component.IconType = iconType;
     return(this);
 }