Class
MapLegendInfoItem

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class MapLegendInfoItem

Inheritance: objectMapLegendInfoItem

Constructors

MapLegendInfoItem(string, Color, object)

Initializes a new instance of the MapLegendInfoItem class.

Declaration

cs-api-definition
public MapLegendInfoItem(string text, Color color, object itemValue)

Parameters

text

string

The text.

color

Color

The color.

itemValue

object

The item value.

Properties

Color

Gets or sets the color.

Declaration

cs-api-definition
public Color Color { get; set; }

Property Value

Color

The color.

Text

Gets or sets the text.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

The text.

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

The value.