Skip to main content
A newer version of this page is available. .
All docs
V20.2

EditorAppearanceProperties Members

Contains Editor appearance properties.

Constructors

Name Description
EditorAppearanceProperties() Initializes a new instance of the EditorAppearanceProperties class.

Fields

Name Description
CheckEditGlyphBrushProperty static Identifies the CheckEditGlyphBrush attached property.
CheckedStateBackgroundProperty static Identifies the CheckedStateBackground attached property.
CheckedStateBorderBrushProperty static Identifies the CheckedStateBorderBrush attached property.
FocusedBorderBrushProperty static Identifies the FocusedBorderBrush attached property.
HasCheckEditGlyphBrushProperty static Identifies the HasCheckEditGlyphBrush attached property.
HasCheckedStateBackgroundProperty static Identifies the HasCheckedStateBackground attached property.
HasCheckedStateBorderBrushProperty static Identifies the HasCheckedStateBorderBrush attached property.
HasFocusedBorderBrushProperty static Identifies the HasFocusedBorderBrush attached property.
HasReadOnlyBackgroundProperty static Identifies the HasReadOnlyBackground attached property.
HasReadOnlyBorderBrushProperty static Identifies the HasReadOnlyBorderBrush attached property.
ReadOnlyBackgroundProperty static Identifies the ReadOnlyBackground attached property.
ReadOnlyBorderBrushProperty static Identifies the ReadOnlyBorderBrush attached property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetCheckEditGlyphBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.CheckEditGlyphBrush attached property for the specified EditorAppearanceProperties.
GetCheckedStateBackground(DependencyObject) static Get the value of the EditorAppearanceProperties.CheckedStateBackground attached property for the specified EditorAppearanceProperties.
GetCheckedStateBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.CheckedStateBorderBrush attached property for the specified EditorAppearanceProperties.
GetFocusedBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.FocusedBorderBrush attached property for the specified EditorAppearanceProperties.
GetHasCheckEditGlyphBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.HasCheckEditGlyphBrush attached property for the specified EditorAppearanceProperties.
GetHasCheckedStateBackground(DependencyObject) static Get the value of the EditorAppearanceProperties.HasCheckedStateBackground attached property for the specified EditorAppearanceProperties.
GetHasCheckedStateBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.HasCheckedStateBorderBrush attached property tfor the specified EditorAppearanceProperties.
GetHasFocusedBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.HasFocusedBorderBrush attached property for the specified EditorAppearanceProperties.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetHasReadOnlyBackground(DependencyObject) static Get the value of the EditorAppearanceProperties.HasReadOnlyBackground attached property for the specified EditorAppearanceProperties.
GetHasReadOnlyBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.HasReadOnlyBorderBrush attached property for the specified EditorAppearanceProperties.
GetReadOnlyBackground(DependencyObject) static Get the value of the EditorAppearanceProperties.ReadOnlyBackground attached property for the specified EditorAppearanceProperties.
GetReadOnlyBorderBrush(DependencyObject) static Get the value of the EditorAppearanceProperties.ReadOnlyBorderBrush attached property for the specified EditorAppearanceProperties.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetCheckEditGlyphBrush(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.CheckEditGlyphBrush attached property to the specified EditorAppearanceProperties.
SetCheckedStateBackground(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.CheckedStateBackground attached property to a specified EditorAppearanceProperties.
SetCheckedStateBorderBrush(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.CheckedStateBorderBrush attached property to a specified EditorAppearanceProperties.
SetFocusedBorderBrush(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.FocusedBorderBrush attached property to a specified EditorAppearanceProperties.
SetReadOnlyBackground(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.ReadOnlyBackground attached property to a specified EditorAppearanceProperties.
SetReadOnlyBorderBrush(DependencyObject, Brush) static Sets the value of the EditorAppearanceProperties.ReadOnlyBorderBrush attached property to a specified EditorAppearanceProperties.
ToString() Returns a string that represents the current object. Inherited from Object.

Attached Properties

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