Beispiel #1
0
 public IconComponent()
 {
     Color    = IconColor.Black;
     IconType = Helpers.Enums.Icon.IconAsterisk;
 }
Beispiel #2
0
 public Icon SetIconType(Helpers.Enums.Icon iconType)
 {
     this.component.IconType = iconType;
     return(this);
 }