dbicDigit Send comments on this topic.
enumSymbolSegment Enumeration
See Also  
dbicDigit Assembly > Dbi.WinControl.Digit Namespace : enumSymbolSegment Enumeration

The segment of a symbol being rendered by the control.

Syntax

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

Members

MemberDescription
ColonBottomBottom dot of a colon
ColonTopTop dot of a colon
NoneDefault value
PeriodPeriod dot

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Digit.enumSymbolSegment

Requirements

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

See Also