Пример #1
0
        public DotSubGraph SetLabelVerticalLocation(DotVerticalLocation value)
        {
            AssertIsCluster();

            SetAttribute("labelloc", value.Value);

            return(this);
        }
Пример #2
0
        public DotNode SetLabelVerticalLocation(DotVerticalLocation value)
        {
            AttrValues.SetAttribute("labelloc", value.Value);

            return(this);
        }
Пример #3
0
        public DotSubGraphDefaults SetLabelVerticalLocation(DotVerticalLocation value)
        {
            AttrValues.SetAttribute("labelloc", value.Value);

            return(this);
        }
Пример #4
0
 public DotGraph SetLabelLocation(DotVerticalLocation value)
 {
     return(SetAttribute("labelloc", value.QuotedValue));
 }