dbicDial Send comments on this topic.
UserDrawnMarkerEventArgs Class Members
See Also  Properties 
dbicDial Assembly > Dbi.WinControl.Dial Namespace : UserDrawnMarkerEventArgs Class


"

The following tables list the members exposed by UserDrawnMarkerEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnMarkerEventArgs ConstructorCreates a new instance of the Class.  
Top

Public Properties

 NameDescription
public PropertyGraphicsA handle to the graphics object responsible for the drawing.  
public PropertyMouseDownDetermines if the mouse is currently pressed down while interacting with the control.  
public PropertyPaintMarkerDetermines if the internal routines should paint the dial marker.  
public PropertyRectA rectangle representing the area being painted in the control.  
Top

See Also