Beispiel #1
0
 public Paragraph(BootParagraphAlignment alignment, BootParagraphTransformation transform, params Union <string, Widget, HTMLElement>[] typos) : base(new HTMLParagraphElement() { ClassName = "text-" + transform.ToString("G").ToLower() + " " + "text-" + alignment.ToString("G").ToLower() }, typos)
 {
 }
 public Paragraph(BootParagraphAlignment alignment, params Union <string, Control, HTMLElement>[] typos) : base(new HTMLParagraphElement() { ClassName = "text-" + alignment.ToString("G").ToLower() }, typos)
 {
 }