예제 #1
0
 /// <SvgStyle_collection/>
 /// <summary>
 /// Collection of styling attributes to be applied to an SVG element.
 /// </summary>
 /// <param name="style">SvgStyle object</param>
 /// <returns></returns>
 public BeginSvgDefs Style(SvgStyle style)
 {
     this._styles.Add(style);
     if (this == null) throw new Exception("Method BeginSvgDefs.Style resulted in a null value.");
     return this;
 }
예제 #2
0
 /// <SvgStyle_collection/>
 /// <summary>
 /// Collection of styling attributes to be applied to an SVG element.
 /// </summary>
 /// <param name="style">SvgStyle object</param>
 /// <returns></returns>
 public SvgTitle Style(SvgStyle style)
 {
     this._styles.Add(style);
     if (this == null) throw new Exception("Method SvgCircle.Style resulted in a null value.");
     return this;
 }
예제 #3
0
 /// <SvgStyle_collection/>
 /// <summary>
 /// Collection of styling attributes to be applied to an SVG element.
 /// </summary>
 /// <param name="style">SvgStyle object</param>
 /// <returns></returns>
 public SvgRadialGradient Style(SvgStyle style)
 {
     this._styles.Add(style);
     if (this == null) throw new Exception("Method SvgRadialGradient.Style resulted in a null value.");
     return this;
 }