alexa

    Show / Hide Table of Contents

    Class MapShape

    Class which represent the map shape.

    Inheritance
    System.Object
    MapShape
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Maps
    Assembly: Syncfusion.Maps.Windows.dll
    Syntax
    public class MapShape

    Constructors

    MapShape()

    Initializes a new instance of the MapShape class.

    Declaration
    public MapShape()

    Properties

    Data

    Gets the data object of the shape.

    Declaration
    public object Data { get; }
    Property Value
    Type
    System.Object

    IsSelected

    Gets a value indicating whether the shape gets selected or not.

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type
    System.Boolean

    ShapeColor

    Gets the shape color value.

    Declaration
    public Brush ShapeColor { get; }
    Property Value
    Type
    System.Drawing.Brush

    ShapeData

    Gets the shape data value.

    Declaration
    public object ShapeData { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX