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

In This Topic
    ScaleFactor Property (MapPolygonTemplate)
    In This Topic
    Gets or sets the factor by which the polygon will be scaled. An expression should evaluate to a System.Double. The default value is 1.
    Syntax
    'Declaration
     
    Public Property ScaleFactor As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo ScaleFactor {get; set;}
    See Also