windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-bc6b32c9.md
Gets or sets the style of dashed lines to paint focus rectangles. This is a static property.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public static DXDashStyle FocusRectStyle { get; set; }
Public Shared Property FocusRectStyle As DXDashStyle
| Type | Description |
|---|---|
| DevExpress.Utils.Paint.DXDashStyle |
A DXDashStyle enumeration value that specifies the style of dashed lines to paint focus rectangles.
|
The static FocusRectStyle property specifies the style of dashed lines to paint focus rectangles. The DXDashStyle enumeration provides the following values:
| Value | Description |
|---|---|
| Default and Dot | Specifies a focus rectangle consisting of dots. |
| DashDot | Specifies a focus rectangle consisting of a repeating dash-dot pattern. |
| DashDotDot | Specifies a focus rectangle consisting of a repeating dash-dot-dot pattern. |
| Dash | Specifies a focus rectangle consisting of dashes. |
| Solid | Specifies a solid focus rectangle. |
| None | No focus rectangle is painted. |
See Also