Class ShapeFileLayer
Class which represents the shape file layer.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class ShapeFileLayer
Constructors
ShapeFileLayer()
Initializes a new instance of the ShapeFileLayer class.
Declaration
public ShapeFileLayer()
Properties
Annotations
Gets or sets the annotation collection of the map.
Declaration
public ObservableCollection<Annotation> Annotations { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<Annotation> |
BoundingBox
Gets or sets the bounding box value.
Declaration
public BoundingBox BoundingBox { get; }
Property Value
Type |
---|
BoundingBox |
BubbleSetting
Gets or sets the bubble setting of the bubble marker.
Declaration
public BubbleMarkerSetting BubbleSetting { get; set; }
Property Value
Type |
---|
BubbleMarkerSetting |
EnableSelection
Gets or sets a value indicating whether the shape selection is enabled or not.
Declaration
public bool EnableSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemSource
Gets or sets the item source.
Declaration
public object ItemSource { get; set; }
Property Value
Type |
---|
System.Object |
LayoutType
Gets or sets the layout type.
Declaration
public LayoutType LayoutType { get; set; }
Property Value
Type |
---|
LayoutType |
LegendSetting
Gets or sets the LegendSetting.
Declaration
public LegendSettings LegendSetting { get; set; }
Property Value
Type |
---|
LegendSettings |
SelectionMode
Gets or sets the selection mode of the shape selection.
Declaration
public SelectionModes SelectionMode { get; set; }
Property Value
Type |
---|
SelectionModes |
ShapeIDPath
To specify the shapeidpath
Declaration
public string ShapeIDPath { get; set; }
Property Value
Type |
---|
System.String |
ShapeIDTableField
Gets or sets the shape id table field.
Declaration
public string ShapeIDTableField { get; set; }
Property Value
Type |
---|
System.String |
ShapeSetting
Gets or sets the shape setting of the shape file layer.
Declaration
public ShapeSetting ShapeSetting { get; set; }
Property Value
Type |
---|
ShapeSetting |
ShowMapItem
Gets or sets a value indicating whether map item to show or not.
Declaration
public bool ShowMapItem { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowToolTip
Gets or sets a value inicating whether the tooltip to show or not.
Declaration
public bool ShowToolTip { get; set; }
Property Value
Type |
---|
System.Boolean |
SubShapeFileLayers
Gets or sets the sub shape file layer collection.
Declaration
public ObservableCollection<SubShapeFileLayer> SubShapeFileLayers { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<SubShapeFileLayer> |
Uri
Gets or sets the uri of map shapes.
Declaration
public string Uri { get; set; }
Property Value
Type |
---|
System.String |