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


"

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

"

Public Properties

 NameDescription
public PropertyCharacterThe character from the control's Text property that contains the symbol segment to be drawn.  
public PropertyGraphicsA handle to the Graphics object responsible for the drawing.  
public PropertyPaintSymbolSegmentIndicates 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 PropertyRectThe rectangle representing the size and location of the symbol segment being drawn.  
public PropertySymbolSegmentThe symbol segment being drawn.  
Top

See Also