wpf-devexpress-dot-xpf-dot-editors-dot-editorappearanceproperties-dot-underscore-members.md
Contains Editor appearance properties.
| Name | Description |
|---|---|
| EditorAppearanceProperties() | Initializes a new instance of the EditorAppearanceProperties class. |
| Name | Description |
|---|---|
| CheckEditGlyphBrush static | Gets or sets the CheckEdit‘s check glyph brush. This is an attached property. |
| CheckedStateBackground static | Gets or sets the background brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked. This is an attached property. |
| CheckedStateBorderBrush static | Gets or sets the border brush of the CheckEdit, ToggleSwitch, or ToggleSwitchEdit when the editor is checked. This is an attached property. |
| FocusedBorderBrush static | Gets or sets an editor’s border color when the editor is focused. This is an attached property. |
| HasCheckEditGlyphBrush static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| HasCheckedStateBackground static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| HasCheckedStateBorderBrush static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| HasFocusedBorderBrush static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| HasReadOnlyBackground static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| HasReadOnlyBorderBrush static | This member supports the internal infrastructure and is not intended to be used directly within your code. This is an attached property. |
| ReadOnlyBackground static | Gets or sets the editor’s background color when the editor is in the read-only state. This is an attached property. |
| ReadOnlyBorderBrush static | Gets or sets the editor’s border brush when the editor is in the read-only state. This is an attached property. |
See Also