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

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

Syntax

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

Property Value

Boolean

Remarks

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

Requirements

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

See Also