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

In This Topic
    ScaleFactor Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ScaleFactor {get; set;}
    See Also