예제 #1
0
파일: PageRule.cs 프로젝트: dteunkenstt/SVG
 internal PageRule AppendRule(Property rule)
 {
     _declarations.Properties.Add(rule);
     return this;
 }
예제 #2
0
 internal FontFaceRule AppendRule(Property rule)
 {
     _declarations.Properties.Add(rule);
     return(this);
 }