Exemplo n.º 1
0
 public DotEdgeStyleAttribute(DotEdgeStyle style = default)
 {
     Style = style;
 }
Exemplo n.º 2
0
        public DotEdge SetStyle(DotEdgeStyle value)
        {
            AttrValues.SetAttribute("style", value.Value);

            return(this);
        }