Class SvgPatternServer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Svg
Assembly: TelerikCommon.dll
Syntax
[SvgElement("pattern")]
public sealed class SvgPatternServer : SvgPaintServer, ISvgElement, ISvgTransformable, ICloneable, ISvgNode, ISvgViewPort
Constructors
SvgPatternServer()
Declaration
public SvgPatternServer()
Properties
AspectRatio
Declaration
public SvgAspectRatio AspectRatio { get; set; }
Property Value
SvgAspectRatio
|
Implements
Height
InheritGradient
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public SvgDeferredPaintServer InheritGradient { get; set; }
Property Value
SvgDeferredPaintServer
|
Overflow
PatternContentUnits
Declaration
public SvgCoordinateUnits PatternContentUnits { get; set; }
Property Value
SvgCoordinateUnits
|
PatternTransform
Declaration
public SvgTransformCollection PatternTransform { get; set; }
Property Value
SvgTransformCollection
|
PatternUnits
ViewBox
Width
X
Y
Methods
DeepCopy()
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
SvgElement
|
Type Parameters
T
|
Overrides
GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Declaration
public override Brush GetBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke = false)
Parameters
SvgVisualElement
renderingElement
|
ISvgRenderer
renderer
|
System.Single
opacity
|
System.Boolean
forStroke
|
Returns
System.Drawing.Brush
|