GraphicsCache.DrawFocusRectangle(Rectangle, Color, Color) Method
In This Article
Draws a focus rectangle within the specified bounds.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
r | Rectangle | The dimensions of the focus area. |
fore |
Color | The foreground color of the object to draw the focus rectangle on. |
back |
Color | The background color of the object to draw the focus rectangle on. |
#Remarks
See Also