ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapPointTemplate Class / Size Property

In This Topic
    Size Property (MapPointTemplate)
    In This Topic
    Gets or sets the height and width of the plotting area of the point marker. An expression should evaluate to a Length. The default value is 5.25pt.
    Syntax
    'Declaration
     
    Public Property Size As ExpressionInfo
    public ExpressionInfo Size {get; set;}
    See Also