Class LegendItemGradient
Inheritance
System.Object
LegendItemGradient
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.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LegendItemGradient : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
LegendItemGradient()
Declaration
public LegendItemGradient()
Properties
Colors
Declaration
public Color[] Colors { get; set; }
Property Value
System.Drawing.Color[]
|
Positions
Declaration
public float[] Positions { get; set; }
Property Value
System.Single[]
|
Methods
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
PaintFill(IGraphics, Single, SizeF, RectangleF)
Declaration
protected override void PaintFill(IGraphics graphics, float angle, SizeF scale, RectangleF preferredRectangle)
Parameters
IGraphics
graphics
|
System.Single
angle
|
System.Drawing.SizeF
scale
|
System.Drawing.RectangleF
preferredRectangle
|