TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1VectorIcon Class / AllowSmoothing Property

In This Topic
    AllowSmoothing Property (C1VectorIcon)
    In This Topic
    Determines whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AllowSmoothing As Boolean
    [DefaultValue(true)]
    public bool AllowSmoothing {get; set;}
    See Also