Class MapLegendInfoItem
Inheritance
System.Object
MapLegendInfoItem
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 MapLegendInfoItem
Constructors
MapLegendInfoItem(String, Color, Object)
Initializes a new instance of the MapLegendInfoItem class.
Declaration
public MapLegendInfoItem(string text, Color color, object itemValue)
Parameters
System.String
text
The text. |
System.Drawing.Color
color
The color. |
System.Object
itemValue
The item value. |
Properties
Color
Gets or sets the color.
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
The color. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
The value. |