Class MapViewInfo
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class MapViewInfo
Constructors
MapViewInfo(String, Boolean, Boolean, Boolean)
Initializes a new instance of the MapViewInfo class.
Declaration
public MapViewInfo(string name, bool supportsLabels, bool showLabels, bool isCurrent)
Parameters
System.String
name
The name of the view. |
System.Boolean
supportsLabels
if set to |
System.Boolean
showLabels
if set to |
System.Boolean
isCurrent
if set to |
Properties
IsCurrent
Gets or sets a value indicating whether the view is the current view.
Declaration
public bool IsCurrent { get; set; }
Property Value
System.Boolean
|
Name
Gets or sets the name of the view.
Declaration
public string Name { get; set; }
Property Value
System.String
The name. |
ShowLabels
Gets or sets a value indicating whether labels are enabled.
Declaration
public bool ShowLabels { get; set; }
Property Value
System.Boolean
|
SupportsLabels
Gets or sets a value indicating whether the view supports labels.
Declaration
public bool SupportsLabels { get; set; }
Property Value
System.Boolean
|