WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ShapeFileLayer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ShapeFileLayer

    Class which represents the shape file layer.

    Inheritance
    System.Object
    ShapeFileLayer
    SubShapeFileLayer
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Collections.ObjectModel.ObservableCollection<Annotation>

    BoundingBox

    Gets or sets the bounding box value.

    Declaration
    public BoundingBox BoundingBox { get; }
    Property Value
    Type Description
    BoundingBox

    BubbleSetting

    Gets or sets the bubble setting of the bubble marker.

    Declaration
    public BubbleMarkerSetting BubbleSetting { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    ItemSource

    Gets or sets the item source.

    Declaration
    public object ItemSource { get; set; }
    Property Value
    Type Description
    System.Object

    LayoutType

    Gets or sets the layout type.

    Declaration
    public LayoutType LayoutType { get; set; }
    Property Value
    Type Description
    LayoutType

    LegendSetting

    Gets or sets the LegendSetting.

    Declaration
    public LegendSettings LegendSetting { get; set; }
    Property Value
    Type Description
    LegendSettings

    SelectionMode

    Gets or sets the selection mode of the shape selection.

    Declaration
    public SelectionModes SelectionMode { get; set; }
    Property Value
    Type Description
    SelectionModes

    ShapeIDPath

    To specify the shapeidpath

    Declaration
    public string ShapeIDPath { get; set; }
    Property Value
    Type Description
    System.String

    ShapeIDTableField

    Gets or sets the shape id table field.

    Declaration
    public string ShapeIDTableField { get; set; }
    Property Value
    Type Description
    System.String

    ShapeSetting

    Gets or sets the shape setting of the shape file layer.

    Declaration
    public ShapeSetting ShapeSetting { get; set; }
    Property Value
    Type Description
    ShapeSetting

    ShowMapItem

    Gets or sets a value indicating whether map item to show or not.

    Declaration
    public bool ShowMapItem { get; set; }
    Property Value
    Type Description
    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 Description
    System.Boolean

    SubShapeFileLayers

    Gets or sets the sub shape file layer collection.

    Declaration
    public ObservableCollection<SubShapeFileLayer> SubShapeFileLayers { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<SubShapeFileLayer>

    Uri

    Gets or sets the uri of map shapes.

    Declaration
    public string Uri { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved