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


"

The following tables list the members exposed by BeforeLineSegmentDrawnEventArgs.

"

Public Constructors

 NameDescription
public ConstructorBeforeLineSegmentDrawnEventArgs ConstructorInitializes a new instance of the BeforeLineSegmentDrawnEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyCharacterThe character the line segment is being drawn for.  
public PropertyLineSegmentThe line segment being drawn.  
public PropertyPositionThe index of the character within the control's Text property.  
public PropertySegmentColorThe color used to paint the current line segment  
Top

See Also