MapViewInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class MapViewInfo
Inheritance: objectMapViewInfo
Constructors
Initializes a new instance of the MapViewInfo class.
C#
public MapViewInfo(string name, bool supportsLabels, bool showLabels, bool isCurrent)
The name of the view.
supportsLabelsboolif set to true the view supports labels, which can be turned on or off.
if set to true labels are enabled.
if set to true if this is the current view.
Properties
Gets or sets a value indicating whether the view is the current view.
C#
public bool IsCurrent { get; set; }
true if the view is the current view; otherwise, false.
Gets or sets the name of the view.
C#
public string Name { get; set; }
The name.
Gets or sets a value indicating whether labels are enabled.
C#
public bool ShowLabels { get; set; }
true if labels are enabled; otherwise, false.
Gets or sets a value indicating whether the view supports labels.
C#
public bool SupportsLabels { get; set; }
true if the vuew supports labels; otherwise, false.