InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanelBase Class / SmoothingMode Property

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