Class CaretBrushHelper
This class represents a CaretBrushHelper that workarounds an issue which is related to a bug when setting a CaretBrush to TextBox control through Style in XAML.
Inheritance
System.Object
CaretBrushHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class CaretBrushHelper
Fields
CaretBrushProperty
Identifies the CaretBrush attachable property.
Declaration
public static readonly DependencyProperty CaretBrushProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetCaretBrush(DependencyObject)
Gets the CaretBrush.
Declaration
public static Brush GetCaretBrush(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Media.Brush
|
SetCaretBrush(DependencyObject, Brush)
Sets the CaretBrush.
Declaration
public static void SetCaretBrush(DependencyObject obj, Brush value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Media.Brush
value
|