Version

EditorsBrushKeys Class

Static class that exposes the resource keys used by XamTextEditor and additional editor controls.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class EditorsBrushKeys 
public static class EditorsBrushKeys 
Remarks

These keys are referenced in the templates of the XamEditor controls via dynamic references. Therefore, the default brushes can be easily changed by defining replacement brushes, keyed with these keys, in resources anywhere within the resolution scope of their use.

Note: These brushes are normally added to the Resources collection of the window or the application.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also