dbicLabel Send comments on this topic.
enumSmoothingMode Enumeration
See Also  
dbicLabel Assembly > Dbi.WinControl.Label Namespace : enumSmoothingMode Enumeration

The type of smoothing to apply to rendered text.

Syntax

Visual Basic (Declaration) 
Public Enum enumSmoothingMode 
   Inherits System.Enum
C# 
public enum enumSmoothingMode : System.Enum 

Members

MemberDescription
AntiAliasAntiAliasing will be applied to the text when rendered.
NoneNo smoothing will be applied.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Label.enumSmoothingMode

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also