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
Implements
Height
InheritGradient
Declaration
[SvgAttribute("href", "http://www.w3.org/1999/xlink")]
public SvgDeferredPaintServer InheritGradient { get; set; }
Property Value
Overflow
Declaration
public SvgOverflow Overflow { get; set; }
Property Value
Implements
PatternContentUnits
Declaration
public SvgCoordinateUnits PatternContentUnits { get; set; }
Property Value
PatternTransform
Declaration
public SvgTransformCollection PatternTransform { get; set; }
Property Value
PatternUnits
ViewBox
Declaration
public SvgViewBox ViewBox { get; set; }
Property Value
Implements
Width
X
Y
Methods
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
T
|
Overrides
GetBrush(SvgVisualElement, ISvgRenderer, Single, Boolean)
Declaration
public override Brush GetBrush(SvgVisualElement renderingElement, ISvgRenderer renderer, float opacity, bool forStroke = false)
Parameters
Svg
|
ISvg
|
System.
|
System.
|
Returns
System.
|