Skip to main content
A newer version of this page is available. .

WindowsFormsSettings.FocusRectStyle Property

Gets or sets the style of dashed lines to paint focus rectangles. This is a static property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static DXDashStyle FocusRectStyle { get; set; }

Property Value

Type Description
DevExpress.Utils.Paint.DXDashStyle

A DXDashStyle enumeration value that specifies the style of dashed lines to paint focus rectangles.

Remarks

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