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


"

For a list of all members of this type, see UserDrawnLineSegmentEventArgs members.

"

Public Properties

 NameDescription
public PropertyCharacterThe character from the control's Text property that contains the line segment to be drawn.  
public PropertyEndPointThe ending point of the line segment to be drawn.  
public PropertyGraphicsA handle to the Graphics object responsible for the drawing.  
public PropertyLineSegmentThe line segment being drawn.  
public PropertyPaintLineSegmentIndicates to the control if the default painting routines should be used or not.  
public PropertyPositionThe index of the character within the control's Text property.  
public PropertyStartPointThe starting point of the line segment to be drawn.  
Top

See Also