Class
MapViewInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.RadMap.dll

Syntax:

cs-api-definition
public class MapViewInfo

Inheritance: objectMapViewInfo

Constructors

MapViewInfo(string, bool, bool, bool)

Initializes a new instance of the MapViewInfo class.

Declaration

cs-api-definition
public MapViewInfo(string name, bool supportsLabels, bool showLabels, bool isCurrent)

Parameters

name

string

The name of the view.

supportsLabels

bool

if set to true the view supports labels, which can be turned on or off.

showLabels

bool

if set to true labels are enabled.

isCurrent

bool

if set to true if this is the current view.

Properties

IsCurrent

Gets or sets a value indicating whether the view is the current view.

Declaration

cs-api-definition
public bool IsCurrent { get; set; }

Property Value

bool

true if the view is the current view; otherwise, false.

Name

Gets or sets the name of the view.

Declaration

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

Property Value

string

The name.

ShowLabels

Gets or sets a value indicating whether labels are enabled.

Declaration

cs-api-definition
public bool ShowLabels { get; set; }

Property Value

bool

true if labels are enabled; otherwise, false.

SupportsLabels

Gets or sets a value indicating whether the view supports labels.

Declaration

cs-api-definition
public bool SupportsLabels { get; set; }

Property Value

bool

true if the vuew supports labels; otherwise, false.