ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Map Class / AntiAliasing Property

In This Topic
    AntiAliasing Property (Map)
    In This Topic
    Gets or sets the anti-aliasing type expresion for a Map that evaluates to one of AntiAliasing. If this element is not present, its value is interpreted as AntiAliasing.All.
    Syntax
    'Declaration
     
    Public Property AntiAliasing As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo AntiAliasing {get; set;}
    See Also