public DotNode SetShape(DotNodeShape value) { AttrValues.SetAttribute("shape", value.Value); return(this); }
public DotNodeShapeAttribute(DotNodeShape shape = default) { Shape = shape; }