Name

QualityMode

Synopsis

This enumeration is not actually used in the framework but represents the basic rendering quality options available. You can see its equivalent in the InterpolationMode and TextRenderingHint enumerations.


public enum QualityMode {

   Default = 0,

   Low = 1,

   High = 2,

   Invalid = -1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) QualityMode

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.