Exemple #1
0
        public DotSubGraph SetStyle(DotClusterStyle value)
        {
            AssertIsCluster();

            SetAttribute("style", value.QuotedValue);

            return(this);
        }
Exemple #2
0
        public DotSubGraphDefaults SetStyle(DotClusterStyle value)
        {
            AttrValues.SetAttribute("style", value.QuotedValue);

            return(this);
        }