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


In This Topic
    AntiAlias Property (GeometryDrawing)
    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 GeometryDrawing
    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