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

The available smoothing types to apply to the control's display

Syntax

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

Members

MemberDescription
AntiAliasApply AntiAlias to the display.
NoneDo not apply any smoothing type.

Inheritance Hierarchy

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

Requirements

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

See Also