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

The line segment of a character rendered by the control.

Syntax

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

Members

MemberDescription
BottomLeftBottom left vertical line.
BottomMiddleBottom middle horizontal line
BottomRightBottom right vertical line
MiddleMiddle horizontal line
NoneDefault value
TopLeftTop left vertical line
TopMiddleTop middle horizontal line
TopRightTop right vertical line

Inheritance Hierarchy

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

Requirements

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

See Also