ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapTitle - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapTitle

    Represents a title to be drawn in a map.

    Inheritance
    System.Object
    MapSubItem
    MapDockableSubItem
    MapTitle
    Inherited Members
    MapDockableSubItem.Position
    MapDockableSubItem.DockOutsideViewport
    MapDockableSubItem.Hidden
    MapDockableSubItem.ActionInfo
    MapDockableSubItem.ToolTip
    MapSubItem.Style
    MapSubItem.MapLocation
    MapSubItem.MapSize
    MapSubItem.LeftMargin
    MapSubItem.RightMargin
    MapSubItem.TopMargin
    MapSubItem.BottomMargin
    MapSubItem.ZIndex
    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.EJ.ReportViewer.dll
    Syntax
    public class MapTitle : MapDockableSubItem

    Constructors

    MapTitle()

    Declaration
    public MapTitle()

    MapTitle(ReportSerializer)

    Declaration
    public MapTitle(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    Angle

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

    Name

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

    Text

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

    TextShadowOffset

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