ClassMapViewInfo
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
public class MapViewInfo
Inheritance: objectMapViewInfo
Constructors
MapViewInfo(string, bool, bool, bool)
Initializes a new instance of the MapViewInfo class.
Declaration
public MapViewInfo(string name, bool supportsLabels, bool showLabels, bool isCurrent)
Parameters
name
The name of the view.
supportsLabels
if set to true the view supports labels, which can be turned on or off.
showLabels
if set to true labels are enabled.
isCurrent
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
public bool IsCurrent { get; set; }
Property Value
true if the view is the current view; otherwise, false.
Name
Gets or sets the name of the view.
ShowLabels
Gets or sets a value indicating whether labels are enabled.
Declaration
public bool ShowLabels { get; set; }
Property Value
true if labels are enabled; otherwise, false.
SupportsLabels
Gets or sets a value indicating whether the view supports labels.
Declaration
public bool SupportsLabels { get; set; }
Property Value
true if the vuew supports labels; otherwise, false.