WPF

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

    Show / Hide Table of Contents

    Class MapSubItem

    Represents a subitem in the map report item.

    Inheritance
    System.Object
    MapSubItem
    MapDockableSubItem
    MapViewport
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public abstract class MapSubItem

    Constructors

    MapSubItem()

    Declaration
    protected MapSubItem()

    Properties

    BottomMargin

    Declaration
    public Size BottomMargin { get; set; }
    Property Value
    Type Description
    Size

    LeftMargin

    Declaration
    public Size LeftMargin { get; set; }
    Property Value
    Type Description
    Size

    MapLocation

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

    MapSize

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

    RightMargin

    Declaration
    public Size RightMargin { get; set; }
    Property Value
    Type Description
    Size

    Style

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

    TopMargin

    Declaration
    public Size TopMargin { get; set; }
    Property Value
    Type Description
    Size

    ZIndex

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