ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Graphics Namespace / Backdrop Class / Backdrop Constructor / Backdrop Constructor(AntiAliasMode)
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.

In This Topic
    Backdrop Constructor(AntiAliasMode)
    In This Topic
    Initializes a new instance of the Backdrop class with the AntiAliasMode value specified.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal antiAliasMode As AntiAliasMode _
    )
    public Backdrop( 
       AntiAliasMode antiAliasMode
    )

    Parameters

    antiAliasMode
    Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.
    See Also