ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XView Class / SmoothingMode Property

In This Topic
    SmoothingMode Property (XView)
    In This Topic
    Gets or sets the SmoothingMode value that controls anti-aliasing.
    Syntax
    'Declaration
     
    Protected Property SmoothingMode As System.Drawing.Drawing2D.SmoothingMode
    protected System.Drawing.Drawing2D.SmoothingMode SmoothingMode {get; set;}
    See Also