New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

C#
public class MapLegendInfoItem

Inheritance: objectMapLegendInfoItem

Constructors

Initializes a new instance of the MapLegendInfoItem class.

C#
public MapLegendInfoItem(string text, Color color, object itemValue)
Parameters:textstring

The text.

colorColor

The color.

itemValueobject

The item value.

Properties

Gets or sets the color.

C#
public Color Color { get; set; }
Property Value:

The color.

Gets or sets the text.

C#
public string Text { get; set; }
Property Value:

The text.

Gets or sets the value.

C#
public object Value { get; set; }
Property Value:

The value.