TreeView for WinForms | ComponentOne
C1.Framework Namespace / XView Class / SmoothingMode Property

In This Topic
    SmoothingMode Property (XView)
    In This Topic
    Gets or sets the 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