ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPolygonTemplate Class / CenterPointOffsetY Property

In This Topic
    CenterPointOffsetY Property (MapPolygonTemplate)
    In This Topic
    Gets or sets the Y offset for the polygon center point in geographic units. An expression should evaluate to a System.Double.
    Syntax
    'Declaration
     
    Public Property CenterPointOffsetY As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo CenterPointOffsetY {get; set;}
    See Also