Class SvgLinearGradientServer
Inheritance
SvgLinearGradientServer
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[SvgElement("linearGradient")]
public class SvgLinearGradientServer : SvgGradientServer, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
X1
Declaration
public SvgUnit X1 { get; set; }
Property Value
|
Improve this Doc
View Source
X2
Declaration
public SvgUnit X2 { get; set; }
Property Value
|
Improve this Doc
View Source
Y1
Declaration
public SvgUnit Y1 { get; set; }
Property Value
|
Improve this Doc
View Source
Y2
Declaration
public SvgUnit Y2 { 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