dbicSlide Send comments on this topic.
ValuePointEventArgs Class Members
See Also  Properties 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace : ValuePointEventArgs Class


"

The following tables list the members exposed by ValuePointEventArgs.

"

Public Constructors

 NameDescription
public ConstructorValuePointEventArgs ConstructorInitializes a new instance of the ValuePointEventArgs Class  
Top

Public Properties

 NameDescription
public PropertyDivisionValueDetermines the current division tick being drawn.  
public PropertyFontDetermines the Font used to render ruler text in the display.  
public PropertyForeColorDetermines the color used to paint the tick line or the text in the track.  
public PropertyisRulerTextDetermines if the current value to display is text in the ruler track, or a tick line.  
public PropertyLineWidthDetermines the thickness of the tick line being rendered.  
public PropertyTextDetermines the string value to display at a major increment in the ruler track.  
public PropertyValueDetermines the current major increment being rendered.  
Top

See Also