RichTextBox.CaretBrush Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the brush that is used to render the vertical bar that indicates the insertion point.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<RichTextBox> <RichTextBox.CaretBrush> singleBrush </RichTextBox.CaretBrush> </RichTextBox>
<RichTextBox CaretBrush="colorString"/>
XAML Values
Property Value
Type: System.Windows.Media.BrushA brush that is used to render the vertical bar that indicates the insertion point.
Show: