Class SvgFilterPrimitive
Inherited Members
System.Object.ToString()
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.FilterEffects
Assembly: TelerikCommon.dll
Syntax
public abstract class SvgFilterPrimitive : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgFilterPrimitive()
Declaration
protected SvgFilterPrimitive()
Fields
BackgroundAlpha
Declaration
public const string BackgroundAlpha = "BackgroundAlpha"
Field Value
System.String
|
BackgroundImage
Declaration
public const string BackgroundImage = "BackgroundImage"
Field Value
System.String
|
FillPaint
Declaration
public const string FillPaint = "FillPaint"
Field Value
System.String
|
SourceAlpha
Declaration
public const string SourceAlpha = "SourceAlpha"
Field Value
System.String
|
SourceGraphic
Declaration
public const string SourceGraphic = "SourceGraphic"
Field Value
System.String
|
StrokePaint
Declaration
public const string StrokePaint = "StrokePaint"
Field Value
System.String
|
Properties
Height
Input
Declaration
public string Input { get; set; }
Property Value
System.String
|
Owner
Result
Declaration
public string Result { get; set; }
Property Value
System.String
|