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

Indicates to the control if the default painting routines should be used or not.

Syntax

Visual Basic (Declaration) 
Public Property PaintSymbolSegment As Boolean
C# 
public bool PaintSymbolSegment {get; set;}

Remarks

When this propety is set to False, the drawing of the current symbol segment is left entirely up to the developer.

Requirements

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

See Also