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


"

The following tables list the members exposed by UserDrawnTextEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnTextEventArgs ConstructorInitializes a new instance of the class.  
Top

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