Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / AntiAlias Property


In This Topic
    AntiAlias Property (ImageDrawing)
    In This Topic
    Gets a value indicating whether the anti-aliasing technique is used.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AntiAlias As Boolean
    'Usage
     
    
    Dim instance As ImageDrawing
    Dim value As Boolean
     
    value = instance.AntiAlias
    public bool AntiAlias {get;}

    Property Value

    true if the anti-aliasing technique is used; otherwise, false.
    See Also