dbicGauge Send comments on this topic.
UserDrawnTextEventArgs Class Properties
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace : UserDrawnTextEventArgs Class


"

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

"

Public Properties

 NameDescription
public PropertyCountThe current major tick getting text drawn.  
public PropertyFontThe font used for drawing the text.  
public PropertyForeColorThe color used to paint the text.  
public PropertyGaugeThe gauge displaying the text.  
public PropertyIndexThe index value of the gauge displaying the text.  
public PropertyTextThe text that will be displayed.  
public PropertyTextOffsetThe offset used to calculate the location of the text.  
public PropertyValueThe value representated by the major tick mark.  
Top

See Also