You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DPM_PADM/DPM2016/bin/Debug/Syncfusion.Maps.Windows.xml

3427 lines
155 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Maps.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.UI.Xaml.Maps.ASCIIEncoder">
<summary>
Class which represents the ASCII encoder.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ASCIIEncoder.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.ASCIIEncoder"/> class.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ASCIIEncoder.GetChar(System.Byte)">
<summary>
To get character value from the byte array.
</summary>
<param name="byteArray">The byte array.</param>
<returns>The character value.</returns>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ASCIIEncoder.GetString(System.Byte[])">
<summary>
To get the string from the byte array.
</summary>
<param name="byteArray">The byte array.</param>
<returns>The string value.</returns>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ASCIIEncoder.GetBytes(System.Char[])">
<summary>
To get the byte value from the character value.
</summary>
<param name="chars">The character array value.</param>
<returns>The byte array value.</returns>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileDbfData">
<summary>
Represents the ShapeFileDbfData class in the map.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfData.#ctor">
<summary>
Initializes a new instance of the <see cref="T:DbfReader.ShapeFileDbfData">ShapeFileDbfData</see> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfData.DbfHeader">
<summary>
Gets the dbf data file header. .
</summary>
<value></value>
<remarks></remarks>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfData.DbfFields">
<summary>
Gets or sets values of DbfFields.
</summary>
<value></value>
<remarks></remarks>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField">
<summary>
Defines class ShapeFileDbfField
</summary>
<remarks></remarks>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Size">
<summary>
Gets or sets the size value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_DataType">
<summary>
Gets or sets the data type value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_DecimalCount">
<summary>
Gets or sets the decimal count value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Length">
<summary>
Gets or sets the length value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Name">
<summary>
Gets or sets the name value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_IndexFieldFlag">
<summary>
Gets or sets the index of field flag.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.nullIndex">
<summary>
Gets or sets the null index value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Reserve1">
<summary>
Gets or sets the reverse1 value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Reserve2">
<summary>
Gets or sets the reverse2 value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Reserve3">
<summary>
Gets or sets the reverse3 value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_Reserve4">
<summary>
Gets or sets the reverse4 value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_SetFieldFlag">
<summary>
Gets or sets the field flag value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.m_workAreaID">
<summary>
Gets or sets the work area id value.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.#ctor">
<summary>
Initializes a new instance of the <see cref="T:DbfReader.ShapeFileDbfField">ShapeFileDbfField</see> class.
</summary>
<remarks></remarks>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.ReadFields(System.IO.BinaryReader)">
<summary>
To read the fields in the binary reader.
</summary>
<param name="reader">The binary reader.</param>
<returns>The bool value.</returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfField.Name">
<summary>
Gets or sets the name value.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader">
<summary>
Defines class for ShapeFileDbfHeader.
</summary>
<remarks></remarks>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.m_Fields">
<summary>
Gets or sets the feild value.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.#ctor">
<summary>
Initializes a new instance of the <see cref="T:DbfReader.ShapeFileDbfHeader">ShapeFileDbfHeader</see> class.
</summary>
<remarks></remarks>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Length">
<summary>
Gets the Length of the Header.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.FileType">
<summary>
Gets the Dbf file type.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.RecordLength">
<summary>
Gets the Record length of the Dbf file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.NumberOfRecords">
<summary>
Gets the number of Records in the file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.ShapeFileDbfFields">
<summary>
Gets or sets the ShapeFileDbfFields.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Day">
<summary>
Gets the Day of the Dbf file last update.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Month">
<summary>
Gets the Month of the Dbf file last updated.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Year">
<summary>
Gets the Year of the Dbf file last updated.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.EncryptionFlag">
<summary>
Gets the encryption flag of the Dbf file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.FreeRecordThread">
<summary>
Gets the FreeRecordThread of the Dbf file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.IncompleteTransaction">
<summary>
Gets the IncompleteTransaction of the Dbf File.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.LanguageDriver">
<summary>
Gets the Language Driver of the Dbf File.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.MdxFlag">
<summary>
Gets the MDX Flag of the Dbf File.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Reserve1">
<summary>
Gets the First Reserved byte in the Dbf File.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Reserve2">
<summary>
Gets the Second Reserved byte in the Dbf File.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Reserve3">
<summary>
Gets the Third Reserved byte in the Dbf file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Reserve4">
<summary>
Gets the fourth Reserved byte in the Dbf file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfHeader.Terminator">
<summary>
Gets the Terminator flag of the Dbf file.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.DbfFieldValues">
<summary>
Class which represent the Dbf Field values.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.DbfFieldValues.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.DbfFieldValues"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.DbfFieldValues.Key">
<summary>
Gets or sets the key value as string.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.DbfFieldValues.Value">
<summary>
Gets or sets the value as string.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.DbfValues">
<summary>
Class which represent the Dbf values.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader">
<summary>
Defines class ShapeFileDbfReader
</summary>
<remarks></remarks>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.#ctor">
<summary>
Initializes a new instance of the <see cref="T:DbfReader.ShapeFileDbfReader">ShapeFileDbfReader</see> class.
</summary>
<remarks></remarks>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.ReadDbfData(System.String)">
<summary>
Method that Reads the Dbf Data.
</summary>
<remarks></remarks>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.ReadFromStream(System.IO.Stream)">
<summary>
To read the dbf data from the stream.
</summary>
<param name="dbfStream">The dbf stream.</param>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.ReadHeader(System.IO.BinaryReader)">
<summary>
To read the header from the binary reader.
</summary>
<param name="reader">The binary reader.</param>
<returns>The header value.</returns>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.ReadDbfDataValues(System.IO.BinaryReader)">
<summary>
To read the dbf data values from the binary reader.
</summary>
<param name="reader">The binary reader.</param>
<returns>The Dbf value.</returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader.DbfData">
<summary>
Gets or sets the Dbf data of the shape file layer.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues">
<summary>
Class which represent the shape file dbf values.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.EndOfData">
<summary>
Gets or sets the end of data value.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.EndOfField">
<summary>
Gets or sets the end of field data.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.False">
<summary>
Gets or sets the false value in ascii.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.Space">
<summary>
Gets or sets the space in ascii.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.True">
<summary>
Gets or sets the true in ascii.
</summary>
</member>
<member name="F:Syncfusion.UI.Xaml.Maps.ShapeFileDbfValues.Unknown">
<summary>
Gets or sets the unknown value.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileData">
<summary>
Class which represents the shape file data.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileData.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.ShapeFileData"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileData.FileName">
<summary>
Gets the value of the file name.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileData.FileHeader">
<summary>
Gets or sets the value of the file header.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileData.Records">
<summary>
Gets or sets the record of the shape file.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileHeader">
<summary>
ShapeFileHeader
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.#ctor">
<summary>
Constructor ShapeFileHeader
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.ToString">
<summary>
Converts values to ToString
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.Length">
<summary>
Indicate the fixed-length of this header in bytes.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.FileCode">
<summary>
Specifies the file code for an ESRI shapefile, which
should be the value, 9994.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.FileLength">
<summary>
Specifies the length of the shapefile, expressed
as the number of 16-bit words in the file.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.BoundingBox">
<summary>
Gets or Sets BoundingBox value
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.Version">
<summary>
Specifies the shapefile version number.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileHeader.ShapeType">
<summary>
Specifies the shape type for the file. A shapefile
contains only one type of shape.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileReader">
<summary>
Class ShapeFileReader
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.#ctor">
<summary>
Constrctor
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.#ctor(System.String)">
<summary>
ShapeFileReader
</summary>
<param name="shapefilename"></param>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.ReadShapeFile">
<summary>
Reads the data from ReadShapeFile
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.ReadFromStream(System.IO.Stream)">
<summary>
Reads data from stream
</summary>
<param name="fs"></param>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.ReadPathRecord(System.Byte[],System.Int32)">
<summary>
Update the header bounding box value from the shape file record.
</summary>
<param name="_bytes">The bytes.</param>
<param name="index">The index value.</param>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.ReadHeader(System.IO.Stream)">
<summary>
Reads and parses the header of the .shp index file
</summary>
<remarks>
Byte
Position Field Value Type Order
-----------------------------------------------------
Byte 0 File Code 9994 Integer Big
Byte 4 Unused 0 Integer Big
Byte 8 Unused 0 Integer Big
Byte 12 Unused 0 Integer Big
Byte 16 Unused 0 Integer Big
Byte 20 Unused 0 Integer Big
Byte 24 File Length File Length Integer Big
Byte 28 Version 1000 Integer Little
Byte 32 Shape Type Shape Type Integer Little
Byte 36 Bounding Box Xmin Double Little
Byte 44 Bounding Box Ymin Double Little
Byte 52 Bounding Box Xmax Double Little
Byte 60 Bounding Box Ymax Double Little
Byte 68* Bounding Box Zmin Double Little
Byte 76* Bounding Box Zmax Double Little
Byte 84* Bounding Box Mmin Double Little
Byte 92* Bounding Box Mmax Double Little
* Unused, with value 0.0, if not Measured or Z type
The "Integer" type corresponds to the CLS Int32 type, and "Double" to CLS Double (IEEE 754).
</remarks>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.GetShapeTypeFromShapeStream(System.Int32)">
<summary>
Get the shape type from the shape stream.
</summary>
<param name="shapeType">The shape type index.</param>
<returns>The shape type.</returns>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileReader.GetJsonData(System.String,Syncfusion.UI.Xaml.Maps.ShapeFileDbfReader)">
<summary>
Get the json data from the shape file reader.
</summary>
<param name="uri">The layer uri.</param>
<param name="dbfReader">The shape file db reader.</param>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileReader.Records">
<summary>
Records stores the list of shapefile values
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileReader.Header">
<summary>
Header property determines the header value
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileReader.shapefilename">
<summary>
Gets or sets the file name of the shape.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.BoundingBox">
<summary>
Class represents the bounding box.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.BoundingBox.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.BoundingBox"/> class.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.BoundingBox.#ctor(System.Double,System.Double,System.Double,System.Double)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.BoundingBox"/> class.
</summary>
<param name="minx">The minimum x position.</param>
<param name="miny">The minimum y position.</param>
<param name="maxx">The maximum x position.</param>
<param name="maxy">The maximum y position.</param>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BoundingBox.MinX">
<summary>
Gets the minimum x-position of the bounding
box for the shape (expressed in degrees longitude).
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BoundingBox.MinY">
<summary>
Gets the minimum y-position of the bounding
box for the shape (expressed in degrees latitude).
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BoundingBox.MaxX">
<summary>
Gets the maximum x-position of the bounding
box for the shape (expressed in degrees longitude).
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BoundingBox.MaxY">
<summary>
Gets the maximum y-position of the bounding
box for the shape (expressed in degrees latitude).
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.Helpers">
<summary>
Class represent the helpers.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.Helpers.Split``1(``0[],System.Int32,System.Int32)">
<summary>
Get the array slice between the two indexes.
... Inclusive for start index, exclusive for end index.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.Helpers.SplitReverse``1(``0[],System.Int32,System.Int32)">
<summary>
Split and reverse the source.
</summary>
<typeparam name="T">The t in helper.</typeparam>
<param name="source">The shape file content.</param>
<param name="start">The start value.</param>
<param name="end">The end value.</param>
<returns>The reverse source.</returns>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFileRecord">
<summary>
The ShapeFileRecord class represents the contents of
a shape record, which is of variable length.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.#ctor">
<summary>
Constructor for the ShapeFileRecord class.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.GetPartsCount">
<summary>
Indicates the number of parts for this shape.
A part is a connected set of points, analogous to
a PathFigure in WPF.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.GetPointsCount">
<summary>
Specifies the total number of points defining
this shape record.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.ToString">
<summary>
Output some of the fields of the shapefile record.
</summary>
<returns>A string representation of the record.</returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.MidPoint">
<summary>
specifies the Mid point between two variables
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.RecordIndex">
<summary>
Indicates the record number (or index) which starts at 1.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.ContentLength">
<summary>
Specifies the length of this shape record in 16-bit words.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.ShapeType">
<summary>
Specifies the shape type for this record.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.BoundingBox">
<summary>
Gets or Sets BoundingBox value
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.Parts">
<summary>
A collection of indices for the points array.
Each index identifies the starting point of the
corresponding part (or PathFigure using WPF
terminology).
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.Points">
<summary>
A collection of all of the points defining the
shape record.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFileRecord.Attributes">
<summary>
Access the (dBASE) attribute values associated
with this shape record.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapEngine">
<summary>
Class which represents map engine
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapEngine.screenRatio">
<summary>
Gets or sets the screen ratio of the map.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.#ctor(Syncfusion.Windows.Forms.Maps.ShapeFileLayer,System.Object,Syncfusion.Windows.Forms.Maps.DataMappings,System.Drawing.Size,System.Drawing.Size,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapEngine"/> class.
</summary>
<param name="layer">shape file layer.</param>
<param name="itemSource">item source.</param>
<param name="bindingPath">binding path.</param>
<param name="mapSize">size of map.</param>
<param name="actualSize">actual size.</param>
<param name="isBaseLayer">check is baselayer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.#ctor(System.Drawing.Size,System.Drawing.Size,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapEngine"/> class.
</summary>
<param name="mapSize">size of map.</param>
<param name="actualSize">actual size.</param>
<param name="isBaseLayer">check is baselayer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetMapShapes(Syncfusion.Windows.Forms.Maps.ShapeFileLayer,Syncfusion.UI.Xaml.Maps.ShapeSetting)">
<summary>
Collects the shapes from the shape file reader to map shape collection.
</summary>
<param name="layer">The shape file layer.</param>
<param name="shapesettings">The shape settings.</param>
<returns>The map shapes.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.UpdateMapShapes(Syncfusion.Windows.Forms.Maps.Maps,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the shapes of the map.
</summary>
<param name="map">The map.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetMapPoints(Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Collect the point values from the shape file reader to map point collection.
</summary>
<param name="layer">The shape file layer.</param>
<returns>The map points.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.UpdateMapPoints(System.Collections.ObjectModel.ObservableCollection{Syncfusion.Windows.Forms.Maps.MapPointData},Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the points of maps.
</summary>
<param name="points">The map points.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetMapItems">
<summary>
Colect the map items from the item source to map item collection.
</summary>
<returns>The map items.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.UpdateMapItems(System.Collections.ObjectModel.ObservableCollection{Syncfusion.Windows.Forms.Maps.MapItem},Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the items of maps.
</summary>
<param name="mapItems">The map items.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.HexToR(System.Drawing.Color)">
<summary>
Converts the hex color value to red color value.
</summary>
<param name="color">The color.</param>
<returns>The red color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.HexToG(System.Drawing.Color)">
<summary>
Converts the hex color value to green color value.
</summary>
<param name="color">The color.</param>
<returns>The green color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.HexToB(System.Drawing.Color)">
<summary>
Converts the hex color value to blue color value.
</summary>
<param name="color">The color.</param>
<returns>The blue color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetRangeColorValues(System.Int32,System.Int32,System.Int32)">
<summary>
Gets the range color values.
</summary>
<param name="range">The range value.</param>
<param name="start">The start value of range.</param>
<param name="end">The end value of range.</param>
<returns>The range color values.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.RGBToHex(System.Int32,System.Int32,System.Int32)">
<summary>
Converts the RGB color value to Hex color value.
</summary>
<param name="r">The red color value.</param>
<param name="g">The green color value.</param>
<param name="b">The blur color value.</param>
<returns>The RGB color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GenerateGradientCollection(System.Collections.Generic.List{System.Drawing.Color})">
<summary>
Generate the gradient color collection of map.
</summary>
<param name="gradientColors">The gradient colors.</param>
<returns>The gradient color collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetLegends(Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Gets the legend value of shape file layer.
</summary>
<param name="layer">The shape file layer.</param>
<returns>The legends.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.PositioningLegend(Syncfusion.Windows.Forms.Maps.ShapeFileLayer,System.Collections.ObjectModel.ObservableCollection{Syncfusion.Windows.Forms.Maps.Legend},System.Drawing.Graphics,Syncfusion.Windows.Forms.Maps.Maps)">
<summary>
Update the legend x and y position
</summary>
<param name="layer">The shape file layer.</param>
<param name="legends">The legends.</param>
<param name="graphics">The graphics.</param>
<param name="mapControl">The instance of map.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetLegendDockPosition(Syncfusion.Windows.Forms.Maps.ShapeFileLayer,Syncfusion.Windows.Forms.Maps.Maps,System.Int32@,System.Int32@)">
<summary>
Update the legend label and dock position.
</summary>
<param name="setting">The shape file layer settings.</param>
<param name="mapControl">The instance of map.</param>
<param name="x">The psoition x.</param>
<param name="y">The position y.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetDockPosition(Syncfusion.Windows.Forms.Maps.LegendSettings,Syncfusion.Windows.Forms.Maps.Maps,System.Int32@,System.Int32@)">
<summary>
Update the dock position x and y value based on the legend position.
</summary>
<param name="setting">The Legend setting.</param>
<param name="mapControl">The instance of map.</param>
<param name="x">The position x.</param>
<param name="y">The position y.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetBubbles(Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting)">
<summary>
Gets the bubbles of the map from the item source.
</summary>
<param name="bubbleSettings">The bubble settings.</param>
<returns>The bubbles.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.UpdateBubbles(System.Collections.ObjectModel.ObservableCollection{Syncfusion.Windows.Forms.Maps.Bubble},Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the bubbles position value.
</summary>
<param name="bubbles">The bubbles.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.FillColors(Syncfusion.Windows.Forms.Maps.MapShape,Syncfusion.UI.Xaml.Maps.ShapeSetting,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the shape color, shape stroke color and thickness of shape file layer.
</summary>
<param name="shape">The map shape.</param>
<param name="shapesettings">The shape settings.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetColorPaletteColor(System.Int32,System.Collections.Generic.List{System.String})">
<summary>
Gets the palette color based on the index value.
</summary>
<param name="index">The index value.</param>
<param name="colors">The color list.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.CalculateValue(Syncfusion.UI.Xaml.Maps.ShapeSetting)">
<summary>
Calculate the color value mapping.
</summary>
<param name="shapesetting">The shape settings.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetShapePoints(Syncfusion.UI.Xaml.Maps.ShapeFileRecord,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Get the screen points from the shape points.
</summary>
<param name="record">The shape file record.</param>
<param name="layer">The shape file layer.</param>
<returns>The screen points.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetShapePoints(Syncfusion.Windows.Forms.Maps.MapShape,System.Collections.Generic.List{System.Drawing.PointF},System.Int32,System.Int32)">
<summary>
Get the shape points based on the start and end value.
</summary>
<param name="data">The map shape.</param>
<param name="shapePoints">The shape points.</param>
<param name="start">The start value.</param>
<param name="end">The end value.</param>
<returns>The shape points</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetInteractiveColor(System.Double,System.Collections.ObjectModel.ObservableCollection{Syncfusion.UI.Xaml.Maps.ColorMapping},Syncfusion.Windows.Forms.Maps.MapShape,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Get interactive color for the shape file layer.
</summary>
<param name="value">The color mapping value.</param>
<param name="colorMappings">The color mapping.</param>
<param name="shp">The map shape.</param>
<param name="layer">The shape file layer.</param>
<returns>The interactive color value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetColor(System.Double,System.Collections.ObjectModel.ObservableCollection{Syncfusion.UI.Xaml.Maps.ColorMapping},System.String)">
<summary>
Get color of the map range.
</summary>
<param name="v">The color value.</param>
<param name="colorMapping">The color mapping.</param>
<param name="defaultcolor">The default color.</param>
<returns>The color value.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapEngine.tileBoundingBox">
<summary>
Gets or sets the bounding box value of the tile layer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.UpdateScreenRatio(System.Double,System.Double,System.Double,System.Double,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Update the screen ratio based on bounding box value.
</summary>
<param name="minX">The minimum x value.</param>
<param name="maxX">The maximum x value.</param>
<param name="minY">The minimum y value.</param>
<param name="maxY">The maximum y value.</param>
<param name="layer">The shape file layer.</param>
<returns>The screen ratio.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.LatLongToPixelXY(System.Double,System.Double,System.Drawing.PointF@)">
<summary>
Convert the latitude and longitude value to the pixel x and y value.
</summary>
<param name="latitude">The latitude value.</param>
<param name="longitude">The longitude value.</param>
<param name="point">The coordinate point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetScreenPointFromShapePoint(System.Drawing.PointF,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Get the screen point from the shape point.
</summary>
<param name="shapePoint">The shape point.</param>
<param name="layer">The shape file layer.</param>
<returns>The pixel point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetLatLongFromPoint(System.Drawing.PointF)">
<summary>
Get latitude and longitude from the shape point.
</summary>
<param name="point">The shape point.</param>
<returns>The coordinate point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.BindData(System.Collections.ObjectModel.ObservableCollection{Syncfusion.Windows.Forms.Maps.MapShape},Syncfusion.UI.Xaml.Maps.ShapeSetting)">
<summary>
Bind the shape data value to the map shapes.
</summary>
<param name="mapShapes">The map shape.</param>
<param name="setting">The shape setting.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapEngine.GetMidPoint(Syncfusion.UI.Xaml.Maps.ShapeFileRecord,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Get the mid point of the shape file record.
</summary>
<param name="record">The shape file record.</param>
<param name="layer">The shape file layer.</param>
<returns>The mid point.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapEngine.MinX">
<summary>
Gets or sets the minimum x-position of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapEngine.MinY">
<summary>
Gets or sets the minimum y-position of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapEngine.MaxX">
<summary>
Gets or sets the maximum x-position of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapEngine.MaxY">
<summary>
Gets or sets the maximum y-position of the map.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapScreenRatio">
<summary>
Represents the map screen ratio.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapScreenRatio.X">
<summary>
Gets or sets the x position value of the map screen ratio.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapScreenRatio.Y">
<summary>
Gets or sets the y position value of the map screen ratio.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapScreenRatio.ScaleX">
<summary>
Gets or sets the scale x value of the map screen ratio.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapScreenRatio.ScaleY">
<summary>
Gets or sets the scale y value of the map screen ratio.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.DataMappings">
<summary>
Represent the data mappings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.DataMappings.ShapeIDPath">
<summary>
Gets or sets the shape id path of the data mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.DataMappings.ShapeValuePath">
<summary>
Gets or sets the shape value path of the data mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.DataMappings.ShapeIDTableField">
<summary>
Gets or sets the shape id table field of the data mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.DataMappings.BubbleValuePath">
<summary>
Gets or sets the bubble value path of the data mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.DataMappings.ShapeDisplayValuePath">
<summary>
Gets or sets the shape display value path of the data mapping.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapPointData">
<summary>
Class which represent the map point data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapPointData.mapPoint">
<summary>
Gets or sets the map point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapPointData.shapePoint">
<summary>
Gets or sets the shape points.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapPointData.shapeFillColor">
<summary>
Gets or sets the shape fill color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapPointData.shapeStrokeColor">
<summary>
Gets or sets the shape stroke color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LayerContent">
<summary>
Class which represent the layer content.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LayerContent.Shapes">
<summary>
Gets or sets the shapes of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LayerContent.Bubbles">
<summary>
Gets or sets the bubbles of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LayerContent.MapPoints">
<summary>
Gets or sets the points of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LayerContent.MapItems">
<summary>
Gets or sets the items of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LayerContent.Annotations">
<summary>
Gets or sets the annotation of the map.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ColorPalette">
<summary>
Class which represent the color palete.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.ColorPalette.GetMetroPalette">
<summary>
Get the metro color palette value.
</summary>
<returns>The color value.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapItemShapes">
<summary>
To specify the zooming factor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapItemShapes.Ellipse">
<summary>
To specify the map item shape as Ellipse
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapItemShapes.Rectangle">
<summary>
To specify the map item shape as Rectangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapItemShapes.None">
<summary>
To specify the map item shape as None
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.SelectionModes">
<summary>
To specify the selection mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.SelectionModes.Default">
<summary>
To specify the map shape selection mode as default
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.SelectionModes.Multiple">
<summary>
To specify the map shape selection mode as multiple
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.AnnotationShapes">
<summary>
To specify the annotation shape.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.AnnotationShapes.None">
<summary>
To specify the annotation shape as none
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.AnnotationShapes.Rectangle">
<summary>
To specify the annotation shape as Rectangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.AnnotationShapes.Image">
<summary>
To specify the annotation shape as Image
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LayoutType">
<summary>
To specify the layout type.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ShapeType">
<summary>
To specify the shape type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeType.NullShape">
<summary>
Nullshape / placeholder record.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeType.Point">
<summary>
Point record, for defining point locations such as a city.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeType.PolyLine">
<summary>
One or more sets of connected points. Used to represent roads,
hydrography, etc.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeType.Polygon">
<summary>
One or more sets of closed figures. Used to represent political
boundaries for countries, lakes, etc.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeType.Multipoint">
<summary>
A cluster of points represented by a single shape record.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ValueType">
<summary>
To specify the value type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ValueType.Double">
<summary>
To specify the value type as Double
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ValueType.Range">
<summary>
To specify the value type as Range
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.SymbolTypes">
<summary>
To specify the symbol type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.SymbolTypes.Ellipse">
<summary>
To specify the symbol type as Ellipse
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.SymbolTypes.Rectangle">
<summary>
To specify the symbol type as Rectangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.SymbolTypes.Custom">
<summary>
To specify the symbol type as Custom
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.VisibleChild">
<summary>
To specify the visible child.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.VisibleChild.Symbols">
<summary>
To specify the Visible child as symbols
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.VisibleChild.Labels">
<summary>
To specify the Visible child as Labels
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MaxMin">
<summary>
To specify maximum or minimum.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MaxMin.Max">
<summary>
To specify the MaxMin as Max.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MaxMin.Min">
<summary>
To specify the MaxMin as Min.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendMode">
<summary>
To specify the legend mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendMode.Default">
<summary>
To specify the Legend mode as Default
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendMode.Interactive">
<summary>
To specify the Legend mode as Interactive
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ShapeColorMode">
<summary>
To specify the shape color mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeColorMode.Default">
<summary>
To specify the shape color mode as Default
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeColorMode.ColorPalette">
<summary>
To specify the shape color mode as Colorpallette
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeColorMode.HeatMap">
<summary>
To specify the shape color mode as Heatmap
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ColorPalettes">
<summary>
To specify the color palettes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ColorPalettes.Metro">
<summary>
To specify the colorpalettes as metro
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ColorPalettes.CoolBlue">
<summary>
To specify the colorpalettes as CoolBlue
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ColorPalettes.CustomPalette">
<summary>
To specify the colorpalettes as CustomPalette
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.PanMode">
<summary>
To specify the pan mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.PanMode.Right">
<summary>
To specify the Panmode as Right
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.PanMode.Left">
<summary>
To specify the Panmode as Left
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.PanMode.Top">
<summary>
To specify the Panmode as Top
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.PanMode.Bottom">
<summary>
To specify the Panmode as Bottom
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LayerChangeMode">
<summary>
To specify the layer change mode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.SymbolColorMode">
<summary>
To specify the symbol color mode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LatLonType">
<summary>
To specify the latitude and longitude type.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendIcons">
<summary>
To specify the legend icons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendIcons.Rectangle">
<summary>
To specify the Legend Icon as Rectangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendIcons.Ellipse">
<summary>
To specify the Legend Icon as Ellipse
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendType">
<summary>
To specify the legend type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendType.Bubbles">
<summary>
To specify the Legend Type as Bubbles
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendType.Layers">
<summary>
To specify the Legend Type as Layers
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendPosition">
<summary>
To specify the legend position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.Default">
<summary>
To specify the Legend Position as Default
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.TopLeft">
<summary>
To specify the Legend Position as TopLeft
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.TopCenter">
<summary>
To specify the Legend Position as TopCenter
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.TopRight">
<summary>
To specify the Legend Position as TopRight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.MidLeft">
<summary>
To specify the Legend Position as MidLeft
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.Center">
<summary>
To specify the Legend Position as Center
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.MidRight">
<summary>
To specify the Legend Position as MidRight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.BottomLeft">
<summary>
To specify the Legend Position as BottomLeft
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.BottomCenter">
<summary>
To specify the Legend Position as BottomCenter
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendPosition.BottomRight">
<summary>
To specify the Legend Position as BottomRight
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendDockPosition">
<summary>
To specify the legend dock position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendDockPosition.Left">
<summary>
To specify the Legend Dock Position as Left
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendDockPosition.Top">
<summary>
To specify the Legend Dock Position as Top
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendDockPosition.Right">
<summary>
To specify the Legend Dock Position as Right
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.LegendDockPosition.Bottom">
<summary>
To specify the Legend Dock Position as Bottom
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapViews">
<summary>
To specify the map view.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.BubbleType">
<summary>
To specify the bubble type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Circle">
<summary>
To specify the shape of the bubble as circle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Rectangle">
<summary>
To specify the shape of the bubble as Rectangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Diamond">
<summary>
To specify the shape of the bubble as Diamond
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Triangle">
<summary>
To specify the shape of the bubble as Triangle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Trapezoid">
<summary>
To specify the shape of the bubble as Trapezoid
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Star">
<summary>
To specify the shape of the bubble as Star
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Pentagon">
<summary>
To specify the shape of the bubble as Pentagon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Pushpin">
<summary>
To specify the shape of the bubble as Pushpin
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleType.Custom">
<summary>
To specify the shape of the bubble as Custom
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ExtensionMethods">
<summary>
Class which represents the extension method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.ExtensionMethods.GetTypeInfo(System.Type)">
<summary>
Get the type info of the type.
</summary>
<param name="type">The type value.</param>
<returns>The type info.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.TypeInfo">
<summary>
Class which represent the type info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.TypeInfo.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.TypeInfo"/> class.
</summary>
<param name="type">The type.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.TypeInfo.GetDeclaredProperty(System.String)">
<summary>
To get the declared property.
</summary>
<param name="name">The property name.</param>
<returns>The declared property.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TypeInfo.Type">
<summary>
Gets or sets the type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TypeInfo.Assembly">
<summary>
Gets or sets the assembly.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendSettings">
<summary>
Class which represent the legend settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.LegendSettings.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.LegendSettings"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.StartLabel">
<summary>
Gets or sets the start label of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.EndLabel">
<summary>
Gets or sets the end label of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.LegendMode">
<summary>
Gets or sets the legend mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.Type">
<summary>
Gets or sets the legend type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.Position">
<summary>
Gets or sets the legend position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.DockOnMap">
<summary>
Gets or sets a value indicating whether the legend dock on the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.DockPosition">
<summary>
Gets or sets the dock position of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.ShowLegend">
<summary>
Gets or sets a value indicating whether the show legend on the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.PositionX">
<summary>
Gets or sets the position x value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.PositionY">
<summary>
Gets or sets the position y value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.Icon">
<summary>
Gets or sets the legend icon type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.Size">
<summary>
Gets or sets the size of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendSettings.Title">
<summary>
Gets or sets the title of the legend.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Legend">
<summary>
Class which represent the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.Mapping">
<summary>
Gets or sets the mapping object value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.LegendLabel">
<summary>
Gets or sets the legend label.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.Height">
<summary>
Gets the height of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.Width">
<summary>
Gets the width of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.Fill">
<summary>
Gets the fill color of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Legend.Rect">
<summary>
Gets or sets the rectangle bounding box value of the legend.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Annotation">
<summary>
Class which represent annotation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Annotation.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.Annotation"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.Latitude">
<summary>
Gets or sets the latitude coordinate of the annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.Longitude">
<summary>
Gets or sets the longitude coordinate of the annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.ShapeData">
<summary>
Gets or sets the shape data.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.Top">
<summary>
Gets or sets the top value of annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.Left">
<summary>
Gets or sets the left value of annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.Rect">
<summary>
Gets or sets the rectangle value of annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.AnnotationLabel">
<summary>
Gets or sets the display label for annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.AnnotationStroke">
<summary>
Gets or sets the stroke color of annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.AnnotationFont">
<summary>
Gets or sets the font style of annotation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Annotation.AnnotationShape">
<summary>
Gets or sets the shape to be displayed on the annotation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Bubble">
<summary>
Class which represent bubble.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Bubble.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.Bubble"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.Fill">
<summary>
Gets or sets the color fill for bubble.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.Top">
<summary>
Gets or sets the top position value of the bubble.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.Left">
<summary>
Gets or sets the left position value of the bubble.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.BubbleWidth">
<summary>
Gets or sets the width of the bubble.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.BubbleHeight">
<summary>
Gets or sets the height of the bubble.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.IndexonShape">
<summary>
Gets or sets the index of shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Bubble.Record">
<summary>
Gets or sets the data of shape file record.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapItem">
<summary>
Class which represent the map item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapItem.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapItem"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.Record">
<summary>
Gets or sets the record of shape file layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.IsVisible">
<summary>
Gets or sets a value indicating whether the map item is visible or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.ItemValue">
<summary>
Gets or sets the data of map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.Left">
<summary>
Gets or sets the left position of map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.Top">
<summary>
Gets or sets the top position of the map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.TextForeground">
<summary>
Gets or sets the foreground color of the map item text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.ItemObject">
<summary>
Gets or sets the object of the map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.MapItemFont">
<summary>
Gets or sets the font style of the map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.MapItemStroke">
<summary>
Gets or sets the stroke color of the map item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItem.Rect">
<summary>
Gets or sets the rectangle value of the map item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapPoint">
<summary>
Class which represent the map points.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapPoint.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapPoint"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapPoint.mapPoint">
<summary>
Gets or sets the map point value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapShape">
<summary>
Class which represent the map shape.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapShape.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapShape"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.Stroke">
<summary>
Gets or sets the stroke color of the map shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.Record">
<summary>
Gets or sets the record of the shape file layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.GraphicsPath">
<summary>
Gets or sets the path of the graphics.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.StrokeThickness">
<summary>
Gets or sets the stroke thickness of the shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.legendRect">
<summary>
Gets or sets the rectangle bounding box value of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.Points">
<summary>
Gets or sets the point values of the shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.IsSelected">
<summary>
Gets a value indicating whether the shape gets selected or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.Data">
<summary>
Gets the data object of the shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.ShapeData">
<summary>
Gets the shape data value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.ShapeColor">
<summary>
Gets the shape color value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapShape.ShapeIndex">
<summary>
Gets or sets the index position of the shape in the map.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting">
<summary>
Class which represent the bubble marker setting.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.ColorMappings">
<summary>
Gets or sets the color mapping of the bubble marker.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.AutoFillColors">
<summary>
Gets or sets a value indicating whether the bubble marker color is auto fill.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.ValuePath">
<summary>
Gets or sets the path of the bubble marker value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.ColorValuePath">
<summary>
Gets or sets the path of the bubble marker color value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.MinSize">
<summary>
Gets or sets the minimum size of the bubble marker.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.MaxSize">
<summary>
Gets or sets the maximum size of the bubble marker.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.Fill">
<summary>
Gets or sets the fill color of the bubble marker.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.BubbleMarkerSetting.Index">
<summary>
Gets or sets the index position value of the bubble marker.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.RangeColorMapping">
<summary>
Class which represents the range color mapping.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ColorMapping">
<summary>
Class which represents the color mapping.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ColorMapping.Validate(System.Object)">
<summary>
To validate the color mapping.
</summary>
<param name="value">The object value.</param>
<returns>The bool value as false.</returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ColorMapping.Color">
<summary>
Gets or sets a color value.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.RangeColorMapping.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.RangeColorMapping"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.RangeColorMapping.Range">
<summary>
Gets or sets the value of the range.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.RangeColorMapping.From">
<summary>
Gets or sets the from value of the range.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.RangeColorMapping.To">
<summary>
Gets or sets the to value of the range.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.RangeColorMapping.GradientColors">
<summary>
Gets or sets the gradient colors of the range.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.EqualColorMapping">
<summary>
Class which represent the equal color mapping.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.EqualColorMapping.Validate(System.Object)">
<summary>
To validate the color mapping.
</summary>
<param name="value">The object value.</param>
<returns>The bool value.</returns>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.EqualColorMapping.Value">
<summary>
Gets or sets object value.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeSetting">
<summary>
Class which represents the shape setting.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeSetting.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.ShapeSetting"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.SelectedShapeColor">
<summary>
Gets or sets the selected shape color value as string.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeFill">
<summary>
Gets or sets the shape fill color value as string.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeStroke">
<summary>
Gets or sets the shape stroke color value as string.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeStrokeThickness">
<summary>
Gets or sets the shape stroke thickness value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.TextForeground">
<summary>
Gets or sets the foreground color of the text.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeColorValuePath">
<summary>
Gets or sets the path of the shape color value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeValuePath">
<summary>
Gets or sets the path of the shape value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.FillSetting">
<summary>
Gets or sets the fill setting value of the shape.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ColorPalette">
<summary>
Gets or sets the color palette type.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeSetting.ShapeDisplayValuePath">
<summary>
Gets or sets the path of the shape display value.
</summary>
</member>
<member name="T:Syncfusion.UI.Xaml.Maps.ShapeFillSetting">
<summary>
Class which represents the shape fill setting.
</summary>
</member>
<member name="M:Syncfusion.UI.Xaml.Maps.ShapeFillSetting.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.UI.Xaml.Maps.ShapeFillSetting"/> class.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFillSetting.ColorMappings">
<summary>
Gets or sets the color mapping value.
</summary>
</member>
<member name="P:Syncfusion.UI.Xaml.Maps.ShapeFillSetting.AutoFillColors">
<summary>
Gets or sets a value indicating whether the auto fill color is enable or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ShapeFileLayer">
<summary>
Class which represents the shape file layer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.isBaseLayer">
<summary>
Gets or sets a value indicating whether the base layer contains or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.gradientBrushes">
<summary>
Gets or sets the gradient brush color value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.ShapeFileLayer"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.IsUpdated">
<summary>
Gets or sets a value indicating whether the layer updated or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.Header">
<summary>
Gets or sets the header value of the shape file layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.Uri">
<summary>
Gets or sets the uri of map shapes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ShapeSetting">
<summary>
Gets or sets the shape setting of the shape file layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.LayoutType">
<summary>
Gets or sets the layout type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.BubbleSetting">
<summary>
Gets or sets the bubble setting of the bubble marker.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.LegendSetting">
<summary>
Gets or sets the LegendSetting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.MapShapes">
<summary>
Gets or sets the shapes of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.MapItems">
<summary>
Gets or sets the items of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.Bubbles">
<summary>
Gets or sets the bubbles of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.Legends">
<summary>
Gets or sets the legends of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.MapPoints">
<summary>
Gets or sets the points of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ItemSource">
<summary>
Gets or sets the item source.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ShapeIDPath">
<summary>
To specify the shapeidpath
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ShowMapItem">
<summary>
Gets or sets a value indicating whether map item to show or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.EnableSelection">
<summary>
Gets or sets a value indicating whether the shape selection is enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.SelectionMode">
<summary>
Gets or sets the selection mode of the shape selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ShowToolTip">
<summary>
Gets or sets a value inicating whether the tooltip to show or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.ShapeIDTableField">
<summary>
Gets or sets the shape id table field.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.SubShapeFileLayers">
<summary>
Gets or sets the sub shape file layer collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.BoundingBox">
<summary>
Gets or sets the bounding box value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeFileLayer.Annotations">
<summary>
Gets or sets the annotation collection of the map.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.LegendRect">
<summary>
Class which represent the legend rect.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.LegendRect.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.LegendRect"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendRect.RectColor">
<summary>
Gets or sets color value of the rectangle of the legend.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.LegendRect.PositionX">
<summary>
Gets or sets the position x value of the legend rect.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.SubShapeFileLayer">
<summary>
Class which represent the sub shape file layer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.SubShapeFileLayer.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.SubShapeFileLayer"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.ratio">
<summary>
Gets or sets the map screen ratio.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.visibleBoundsLeft">
<summary>
Gets or sets the left position value of the visible bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.visibleBoundsTop">
<summary>
Gets or sets the top position value of the visible bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.initialScale">
<summary>
Gets or sets the initial scale value of the map.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.CreateAccessibilityInstance">
<summary>
To specify wheather to enable zoom on selection or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
override method to draw shapes, bubbles, selected shape and map items.
</summary>
<param name="pe">The paint event args.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The mouse event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnKeyUp(System.Windows.Forms.KeyEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The key event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The mouse event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseClick(System.Windows.Forms.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseClick(System.Windows.Forms.MouseEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The mouse event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ExecuteZoomOnSelection(System.Int32,System.Int32,System.Drawing.Point)">
<summary>
Perform zooming while selection.
</summary>
<param name="width">The bounds width.</param>
<param name="height">The bounds height.</param>
<param name="point">The location point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.IsPointInPolygon(System.Drawing.Point,System.Boolean)">
<summary>
Check the current point is located in polygon shape.
</summary>
<param name="location">The location of point.</param>
<param name="isSelect">The location is selected or not value.</param>
<returns>The shape value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The mouse event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseWheel(System.Windows.Forms.MouseEventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The mouse event arguments</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseLeave(System.EventArgs)">
<summary>
Invoked when an unhandled <see cref="M:Syncfusion.Windows.Forms.Maps.Maps.OnMouseLeave(System.EventArgs)"/> routed event reaches an element in its route
that is derived from this class. Implement this method to add class handling for this event.
</summary>
<param name="e">The event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.UpdateLayer(Syncfusion.Windows.Forms.Maps.ShapeFileLayer,Syncfusion.Windows.Forms.Maps.ShapeFileLayer,System.Drawing.Graphics,System.Drawing.Size,System.Boolean)">
<summary>
Update layer map items, bubbles, annotation, shapes, points, width and height.
</summary>
<param name="layer">The sub-shape file layer.</param>
<param name="parentLayer">The parent shape file layer.</param>
<param name="graphics">The graphics.</param>
<param name="mapSize">The map size.</param>
<param name="isUpdateSize">The maps size upated or not value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawShapesSelected(System.Drawing.Graphics,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Draw the selected shape from the map.
</summary>
<param name="graphics">The graphics.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawLegendArrow(System.Drawing.Graphics,System.Int32,System.Int32)">
<summary>
Draw polygon for legend as arrow in map.
</summary>
<param name="graphics">The graphics.</param>
<param name="arrowpositionX">The arrow position x value.</param>
<param name="arrowpositionY">The arrow position y value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawShapes(System.Drawing.Graphics)">
<summary>
Draw polygon shapes in the map.
</summary>
<param name="graphics">The graphics value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawLegends(System.Drawing.Graphics,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Draw legend of shape file layer in the map.
</summary>
<param name="graphics">The graphics.</param>
<param name="layer">The shape file layer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawBubbles(System.Drawing.Graphics)">
<summary>
Draw bubbles in the shape file layer.
</summary>
<param name="graphics">The graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawPoints(System.Drawing.Graphics)">
<summary>
Draw point as ellipse in the map.
</summary>
<param name="graphics">The graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawMapItems(System.Drawing.Graphics)">
<summary>
Draw map items based on the shape types.
</summary>
<param name="graphics">The graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawAnnotations(System.Drawing.Graphics)">
<summary>
Draw annotation based on the annotation shape type.
</summary>
<param name="graphics">The graphics.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.GetMapSize">
<summary>
Calculate the actual map height and width based on the current zoom level.
</summary>
<returns>The actual map size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.UpdateScrollChange(System.Single,System.Single)">
<summary>
Update the map scroll position values.
</summary>
<param name="locX">The location x value.</param>
<param name="locY">The location y value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.UpdateZoom(System.Int32,System.Drawing.PointF)">
<summary>
Update the zoom level based on the center point.
</summary>
<param name="zoomLevel">The zoom level value.</param>
<param name="point">The center point.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ZoomIn(System.Drawing.Point)">
<summary>
Perfom zoom in operation based on the point location.
</summary>
<param name="point">The point location.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ZoomOut(System.Drawing.Point)">
<summary>
Perfom zoom out operation based on the point location.
</summary>
<param name="point">The point location.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.UpdateLayers">
<summary>
To upate the is update layer property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ZoomIn">
<summary>
To perform zoom in operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ZoomIn(System.Int32)">
<summary>
To perform zoom in operation with the empty point value.
</summary>
<param name="zoomLevel">The zoom level value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.ZoomOut">
<summary>
Perfom zoom out operation based on the zoom level.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.GetMapCoordinates(System.Drawing.PointF)">
<summary>
Get the pixel point from the shape point(latitude and logitude) value.
</summary>
<param name="shapePoint">The shape point value.</param>
<returns>The screen(pixel) point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnPropertyChanged(System.String)">
<summary>
Called when the property value gets changed.
</summary>
<param name="propertyName">The property name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.MapsControl_SizeChanged(System.Object,System.EventArgs)">
<summary>
Called when the map size gets changed.
</summary>
<param name="sender">The map.</param>
<param name="e">The event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.RaiseShapeSelectedEvent(Syncfusion.Windows.Forms.Maps.ShapeSelectedEventArgs)">
<summary>
Raise shape selected event on the shape selection in the map.
</summary>
<param name="e">The shape selected event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.RaiseAnnotationDrawingEvent(Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs)">
<summary>
Raised annotation drawing event when the annotation gets drawn.
</summary>
<param name="e">The annotation drawing event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.RaiseMapItemDrawingEvent(Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs)">
<summary>
Raised map item drawing event when the map item gets drawn.
</summary>
<param name="e">The map item drawing event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.RaiseTooltipDrawingEvent(Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs)">
<summary>
Raised tooltip drawing event when the tooltip gets drawn.
</summary>
<param name="e">The tooltip drawing event arguments.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Maps.Maps.ThemeStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.Maps.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Maps.Maps.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="controlName">ControlName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.OnDraw(System.Drawing.Graphics,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Helps to update the renderer settings of Maps
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawMap(System.Drawing.Graphics)">
<summary>
Helps to draw map <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawMapShapes(System.Drawing.Graphics)">
<summary>
Helps to draw map shape <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawMapPoints(System.Drawing.Graphics)">
<summary>
Helps to draw map points <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawMapItem(System.Drawing.Graphics)">
<summary>
Helps to draw map items <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawSelectedShape(System.Drawing.Graphics,Syncfusion.Windows.Forms.Maps.ShapeFileLayer)">
<summary>
Helps to draw selected shape <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.Maps.DrawBubble(System.Drawing.Graphics)">
<summary>
Helps to draw bubble <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.EnableZoomOnSelection">
<summary>
Gets or sets a value indicating whether to zoom on selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.ZoomValue">
<summary>
Gets the current zoom value of maps.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.ZoomLevel">
<summary>
To specify the Zoomlevel
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MaxZoomLevel">
<summary>
To specify the maximum Zoominglevel
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.ZoomFactor">
<summary>
To specify the zooming factor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.Layers">
<summary>
Gets or sets the layer collection of shape file layer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.SelectedMapShapes">
<summary>
Gets the selected map shapes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.BaseMapIndex">
<summary>
Gets or sets a value to specify the BaseMapIndex.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.OnSelectionChanged">
<summary>
Gets or sets a value on selection changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapBackgroundBrush">
<summary>
Gets or sets the background color for the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.Shapes">
<summary>
Gets or sets the shapes collection of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.Bubbles">
<summary>
Gets or sets the bubble collection of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapPoints">
<summary>
Gets or sets the points collection of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapItems">
<summary>
Gets or sets the items collection of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapItemsShape">
<summary>
Gets or sets the items shape of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.Annotations">
<summary>
Gets or sets annotation collection of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapItemFont">
<summary>
Gets or sets items font style of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.MapItemStroke">
<summary>
Gets or sets the item stroke of the map.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Maps.Maps.PropertyChanged">
<summary>
Raised when property value gets changed..
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Maps.Maps.ShapeSelected">
<summary>
Raised when the shape selected in the map.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Maps.Maps.AnnotationDrawing">
<summary>
Raised when the annotation gets drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Maps.Maps.MapItemDrawing">
<summary>
Raised when the map item gets drawn.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Maps.Maps.TooltipDrawing">
<summary>
Raised tooltip drawing event when the tooltip gets drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.Maps.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Maps.ShapeSelectedEventHandler">
<summary>
Raised when the shape selected in the map.
</summary>
<param name="sender">The map.</param>
<param name="e">the shape selected event arguments.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Maps.AnnotationDrawingEventHandler">
<summary>
Raised when the annotation gets drawn.
</summary>
<param name="sender">The map.</param>
<param name="e">The annotation drawing event arguments.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Maps.MapItemEventHandler">
<summary>
Raised when the map item gets drawn.
</summary>
<param name="sender">The map.</param>
<param name="e">The map item drawing event arguments.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.Maps.TooltipDrawingEventHandler">
<summary>
Raised when the tooltip gets drawn.
</summary>
<param name="sender">The map.</param>
<param name="e">The map item drawing event arguments.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsDesigner">
<summary>
Class which represents the map designer(smart tag).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsDesigner.#ctor">
<summary>
Initializes a new instance of the MapsDesigner class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Overridden Initialize method.
</summary>
<param name="component">Component object.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsDesigner.ActionLists">
<summary>
Override method to calculate the action lists.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsActionList">
<summary>
Class which represents the maps action list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the MapsActionList class.
</summary>
<param name="component">The component.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsActionList.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsActionList.ZoomLevel">
<summary>
Gets or Sets ZoomLevel
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsActionList.EnableZoomOnSelection">
<summary>
Gets or Sets ShapesCount
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsActionList.ZoomFactor">
<summary>
Gets or Sets ZoomFactor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsActionList.MaxZoomLevel">
<summary>
Gets or Sets MaxZoomLevel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsAccessibility">
<summary>
Accessibility class to provide Coded UI support.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsAccessibility.#ctor(Syncfusion.Windows.Forms.Maps.Maps)">
<summary>
Constructor.
</summary>
<param name="maps">Maps</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Role">
<summary>
Gets the role for the Maps. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Description">
<summary>
Gets the description of the Control.ControlAccessibleObject
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.State">
<summary>
Gets the state of this accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.ShapeSelectedEventArgs">
<summary>
Class which represent the shape selected event arguments.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeSelectedEventArgs.Data">
<summary>
Gets or sets the data of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.ShapeSelectedEventArgs.ShapeData">
<summary>
Gets or sets the shape data of the map.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs">
<summary>
Class which represent the annotation drawing event arguments.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs.Graphics">
<summary>
Gets or sets the graphics of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs.X">
<summary>
Gets or sets the x position value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs.Y">
<summary>
Gets or sets the y position values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs.Annotation">
<summary>
Gets or sets the annotation data of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.AnnotationDrawingEventArgs.Handled">
<summary>
Gets or sets the event handled value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs">
<summary>
Class which represents the map item drawing event arguments.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs.Graphics">
<summary>
Gets or sets the graphics.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs.X">
<summary>
Gets or sets the x position value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs.Y">
<summary>
Gets or sets the y position value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs.Data">
<summary>
Gets or sets the data object of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapItemDrawingEventArgs.Handled">
<summary>
Gets or sets the handle event value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs">
<summary>
Class which represent the tooltip drawing event arguments.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.Graphics">
<summary>
Gets or sets the graphics.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.X">
<summary>
Gets or sets the x position value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.Y">
<summary>
Gets or sets the y position value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.Data">
<summary>
Gets or sets the data object of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.ShapeData">
<summary>
Gets or sets the shape data of the map.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.TooltipDrawingEventArgs.Handled">
<summary>
Gets or sets the handle event value.
</summary>
</member>
<member name="T:Syncfusion.MapsWindowsAssembly">
<exclude/>
<summary>
This class holds the name of the Syncfusion.Maps.Windows assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
</summary>
</member>
<member name="F:Syncfusion.MapsWindowsAssembly.Name">
<summary>
The full name of this assembly without version information: "Syncfusion.Maps.Windows"
</summary>
</member>
<member name="F:Syncfusion.MapsWindowsAssembly.Assembly">
<summary>
A reference to the <see cref="T:System.Reflection.Assembly"/> for the Maps assembly.
</summary>
</member>
<member name="F:Syncfusion.MapsWindowsAssembly.RootNamespace">
<summary>
The root namespace of this assembly. Used internally for locating resources within the assembly.
</summary>
</member>
<member name="M:Syncfusion.MapsWindowsAssembly.#cctor">
<summary>
Initializes the <see cref="T:Syncfusion.MapsWindowsAssembly"/> class.
</summary>
</member>
<member name="M:Syncfusion.MapsWindowsAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
<summary>
This delegate helps with resolving types and can be used as an eventhandler
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data with information about the type.</param>
<returns>A reference to the assembly where the type is located.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.AssemblyInfo">
<summary>
AssemblyInformation for internal use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Maps.Bubble"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.#ctor(Syncfusion.Windows.Forms.Maps.BubbleStyleInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
<param name="style">The style object that contains the original data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.#ctor(Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
<param name="store">A <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
<param name="identity">
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/>.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
<param name="identity">
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/>.
</param>
<param name="store">A <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.ShouldSerializeBubbleColor">
<summary>
Determines whether Bubble color has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.BubbleColor">
<summary>
Gets or sets the Bubble color value of the <see cref="!:QualitativeBubble"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.Store">
<summary>
Gets the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> object that holds all the data for
this style object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.MapBackgroundColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.MapBackgroundColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.ShapeFillColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeFillColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.ShapeStrokeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.ShapeStrokeThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.DatalabelColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.DatalabelColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.BubbleColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.BubbleStyleInfo.BubbleColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.BubbleStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.BubbleStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.SelectedShapeFillColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.SelectedShapeFillColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles. MapsAdvStyleInfoStore .StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> class.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)" -->
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Styles.StyleInfoPropertyGrid"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.#ctor(Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.#ctor(Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.#ctor(Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity,Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeMapBackgroundColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.MapBackgroundColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeBubbleColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.BubbleColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeShapeFillColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeFillColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeShapeStrokeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeShapeStrokeThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeDatalabelColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.DatalabelColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeSelectedShapeFillColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.SelectedShapeFillColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShouldSerializeBubbleStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.BubbleStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.MapBackgroundColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Brush"/> value is used to fill the background of the Maps.</value>
<remarks>
This color has filled to background of the Maps only when set the
<see cref="P:Syncfusion.Windows.Forms.Maps.Maps.MapBackgroundBrush"/> property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.BubbleColor">
<summary>
Gets or sets the bubble color of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the bubble of the Maps.</value>
<remarks>
This color has filled to bubble of the Maps only when set the
<see cref="P:Syncfusion.Windows.Forms.Maps.Bubble.Fill"/> property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.BubbleStyle">
<summary>
Gets or sets the bubble style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeFillColor">
<summary>
Gets or sets the shape color of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Brush"/> value is used to fill the shape of the Maps.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeColor">
<summary>
Gets or sets the shape stroke color of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the shape stroke of the Maps.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.ShapeStrokeThickness" -->
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.DatalabelColor">
<summary>
Gets or sets the data label of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Brush"/> value is used to fill the data label of the Maps.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.SelectedShapeFillColor">
<summary>
Gets or sets the selected shape fill color of the <see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the selected shape of the Maps.</value>
<remarks>
This color has filled to selected shape of the Maps only when set the
<see cref="!:Syncfusion.Windows.Forms.Maps.Maps.SelectedShapeFillColor"/> property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Maps.MapsVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity.maps">
<summary>
Maintains the Maps for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Maps.Maps)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity"/> class.
</summary>
<param name="map">
<see cref="T:Syncfusion.Windows.Forms.Maps.Maps"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="M:Syncfusion.Styles.StyleInfoBase.#ctor"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Maps.MapsInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Maps.MapsVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Maps.MapsInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Maps.MapsInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
</members>
</doc>