Ejemplo n.º 1
0
        public DotSubGraph SetLabelJustification(DotJustification value)
        {
            AssertIsCluster();

            SetAttribute("labeljust", value.Value);

            return(this);
        }
Ejemplo n.º 2
0
        public DotSubGraphDefaults SetLabelJustification(DotJustification value)
        {
            AttrValues.SetAttribute("labeljust", value.Value);

            return(this);
        }
Ejemplo n.º 3
0
 public DotGraph SetLabelJustification(DotJustification value)
 {
     return(SetAttribute("labeljust", value.Value));
 }