예제 #1
0
        public DotNode SetOrdering(DotOrdering value)
        {
            AttrValues.SetAttribute("ordering", value.QuotedValue);

            return(this);
        }
예제 #2
0
        public DotSubGraph SetOrdering(DotOrdering value)
        {
            SetAttribute("ordering", value.QuotedValue);

            return(this);
        }
예제 #3
0
        public DotSubGraphDefaults SetOrdering(DotOrdering value)
        {
            AttrValues.SetAttribute("ordering", value.QuotedValue);

            return(this);
        }
예제 #4
0
파일: DotGraph.cs 프로젝트: phreed/GMac
 public DotGraph SetOrdering(DotOrdering value)
 {
     return(SetAttribute("ordering", value.QuotedValue));
 }