Applying SelectionBrush and CaretBrush

WPF 4 introduces two new objects, SelectionBrush and CaretBrush, which are properties of type System.Windows.Media.Brush and that accept brushes to be assigned to them. The first one enables you to apply a brush to the highlighting color when selecting text, whereas the second one applies a brush to the mouse caret within the control. Controls that can receive application of these brushes are TextBox and PasswordBox. SelectionBrush can be also applied to FlowDocumentPageViewer, FlowDocumentReader, and FlowDocumentScrollViewer. You apply both brushes as child nodes of the desired control. The following code demonstrates how to apply a linear gradient color for both the highlighting selection color and the ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.