Back to Devexpress

WindowsFormsSettings.FocusRectStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-bc6b32c9.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static DXDashStyle FocusRectStyle { get; set; }
vb
Public Shared Property FocusRectStyle As DXDashStyle

Property Value

TypeDescription
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:

ValueDescription
Default and DotSpecifies a focus rectangle consisting of dots.
DashDotSpecifies a focus rectangle consisting of a repeating dash-dot pattern.
DashDotDotSpecifies a focus rectangle consisting of a repeating dash-dot-dot pattern.
DashSpecifies a focus rectangle consisting of dashes.
SolidSpecifies a solid focus rectangle.
NoneNo focus rectangle is painted.

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace