EditorAppearanceProperties.SetFocusedBorderBrush(DependencyObject, Brush) Method
In This Article
Sets the value of the EditorAppearanceProperties.FocusedBorderBrush attached property to a specified EditorAppearanceProperties.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static void SetFocusedBorderBrush(
DependencyObject d,
Brush value
)
#Parameters
Name | Type | Description |
---|---|---|
d | Dependency |
The editor to which the attached property is written. |
value | Brush | The editor’s border brush when the editor is focused. |
See Also