TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / SmoothingMode Property

In This Topic
    SmoothingMode Property (C1TreeView)
    In This Topic
    Gets or sets the C1.Framework.XView.SmoothingMode value that controls anti-aliasing.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Protected Property SmoothingMode As SmoothingMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    protected SmoothingMode SmoothingMode {get; set;}
    See Also