public AlertTagLineStyle(Structurizr.Styles styles, Action <ElementType, string> onCreatedFromExistingElement)
     : base(styles, onCreatedFromExistingElement)
 {
     SetColor(System.Drawing.Color.Red);
 }
Exemplo n.º 2
0
 public FutureStateLineStyle(Structurizr.Styles styles, Action <ElementType, string> onCreatedFromExistingElement)
     : base(styles, onCreatedFromExistingElement)
 {
     SetOpacity(30);
     SetDashed(true);
 }
Exemplo n.º 3
0
 public RiskSystemStyle(Structurizr.Styles styles, Action <ElementType, string> onCreatedFromExistingElement)
     : base(styles, onCreatedFromExistingElement)
 {
     SetBackgroundColor(System.Drawing.Color.Red);
     SetColor(System.Drawing.Color.GhostWhite);
 }