WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapVectorLayer - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapVectorLayer

    Inheritance
    System.Object
    MapLayer
    MapVectorLayer
    MapLineLayer
    MapPointLayer
    MapPolygonLayer
    Inherited Members
    MapLayer.Name
    MapLayer.VisibilityMode
    MapLayer.MinimumZoom
    MapLayer.MaximumZoom
    MapLayer.Transparency
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public abstract class MapVectorLayer : MapLayer

    Constructors

    MapVectorLayer()

    Declaration
    public MapVectorLayer()

    Properties

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    MapBindingFieldPairs

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

    MapDataRegionName

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

    MapFieldDefinitions

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

    MapSpatialData

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

    Methods

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ShouldSerializeDataElementOutput()

    Declaration
    public bool ShouldSerializeDataElementOutput()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMapBindingFieldPairs()

    Declaration
    public bool ShouldSerializeMapBindingFieldPairs()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeMapFieldDefinitions()

    Declaration
    public bool ShouldSerializeMapFieldDefinitions()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved