Exemple #1
0
        public DotSubGraph SetLabelJustification(DotJustification value)
        {
            AssertIsCluster();

            SetAttribute("labeljust", value.Value);

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

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