dbicDigit Send comments on this topic.
SegmentColor Property
See Also 
dbicDigit Assembly > Dbi.WinControl.Digit Namespace > BeforeLineSegmentDrawnEventArgs Class : SegmentColor Property

The color used to paint the current line segment

Syntax

Visual Basic (Declaration) 
Public Property SegmentColor As Color
C# 
public Color SegmentColor {get; set;}

Property Value

Color

Remarks

Assigning a new value to this property in the event will change the color used to paint the current line segment.

Requirements

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

See Also