Class SvgComponentTransferFunction
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 SvgComponentTransferFunction : SvgElement, ISvgElement, ISvgTransformable, ICloneable, ISvgNode
Constructors
SvgComponentTransferFunction()
Declaration
protected SvgComponentTransferFunction()
Properties
Amplitude
Declaration
public float Amplitude { get; set; }
Property Value
System.Single
|
Exponent
Declaration
public float Exponent { get; set; }
Property Value
System.Single
|
Intercept
Declaration
public float Intercept { get; set; }
Property Value
System.Single
|
Offset
Declaration
public float Offset { get; set; }
Property Value
System.Single
|
Slope
Declaration
public float Slope { get; set; }
Property Value
System.Single
|
TableValues
Type
Declaration
public SvgComponentTransferType Type { get; set; }
Property Value
SvgComponentTransferType
|