Class SvgRadialGradientServer
Inheritance
SvgRadialGradientServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("radialGradient")]
public class SvgRadialGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
CenterX
Declaration
public SvgUnit CenterX { get; set; }
Property Value
|
Improve this Doc
View Source
CenterY
Declaration
public SvgUnit CenterY { get; set; }
Property Value
|
Improve this Doc
View Source
FocalRadius
Declaration
public SvgUnit FocalRadius { get; set; }
Property Value
|
Improve this Doc
View Source
FocalX
Declaration
public SvgUnit FocalX { get; set; }
Property Value
|
Improve this Doc
View Source
FocalY
Declaration
public SvgUnit FocalY { get; set; }
Property Value
|
Improve this Doc
View Source
Radius
Declaration
public SvgUnit Radius { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CreateBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Declaration
protected override Brush CreateBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
Implements
Extension Methods