ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / DrawFocusEventArgs Class / Graphics Property

In This Topic
    Graphics Property (DrawFocusEventArgs)
    In This Topic
    Gets the graphics used to paint the focus rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Graphics As System.Drawing.Graphics
    public System.Drawing.Graphics Graphics {get;}
    See Also