Back to Devexpress

EditorAppearanceProperties Class

wpf-devexpress-dot-xpf-dot-editors-67288c73.md

latest2.5 KB
Original Source

EditorAppearanceProperties Class

Contains Editor appearance properties.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class EditorAppearanceProperties
vb
Public Class EditorAppearanceProperties

Remarks

The EditorAppearanceProperties class contains attached properties which allow you to change the following Editor appearances:

PropertyDescription
CheckEditGlyphBrushGets or sets the CheckEdit‘s check glyph brush.
CheckedStateBackgroundGets or sets the background brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked.
CheckedStateBorderBrushGets or sets the border brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked.
FocusedBorderBrushGets or sets the editor’s border color when the editor is focused.
ReadOnlyBackgroundGets or sets the editor’s background color when the editor is in the read-only state.
ReadOnlyBorderBrushGets or sets the editor’s border brush when the editor is in the read-only state.

Inheritance

Object EditorAppearanceProperties

See Also

EditorAppearanceProperties Members

DevExpress.Xpf.Editors Namespace