Class GraphColorizationStrategy
Inheritance
System.Object
GraphColorizationStrategy
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.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class GraphColorizationStrategy : IColorizationStrategy
Constructors
GraphColorizationStrategy()
Declaration
public GraphColorizationStrategy()
Properties
Colors
Gets or sets the colors to be used by the colorizer.
Declaration
public List<Color> Colors { get; set; }
Property Value
System.Collections.Generic.List<System.Drawing.Color>
The colors. |
Methods
ColorizeElement(MapGeometry)
Colorizes the element.
Declaration
public virtual void ColorizeElement(MapGeometry colorizable)
Parameters
MapGeometry
colorizable
The colorizable. |
Implements
GetColorizerColor(MapGeometry)
Gets the color of the colorizer.
Declaration
protected virtual Color GetColorizerColor(MapGeometry element)
Parameters
MapGeometry
element
The element. |
Returns
System.Drawing.Color
Color. |