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

In This Topic
    FocusRectangle Property (DrawFocusEventArgs)
    In This Topic
    Gets or sets the bounds of the focus rectangle.
    Syntax
    'Declaration
     
    Public Property FocusRectangle As System.Drawing.Rectangle
    public System.Drawing.Rectangle FocusRectangle {get; set;}
    See Also