Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / SmoothingMode Property

In This Topic
    SmoothingMode Property
    In This Topic
    Smoothing mode used for drawing.
    Syntax
    'Declaration
     
    Public Property SmoothingMode As Nullable(Of SmoothingMode)
    public Nullable<SmoothingMode> SmoothingMode {get; set;}
    See Also