In This Topic
            
            Sets the caret brush.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shared Sub SetCaretBrush( _
   ByVal  As Windows.UI.Xaml.FrameworkElement, _
   ByVal  As Windows.UI.Xaml.Media.Brush _
) 
             
        
            
            public static void SetCaretBrush( 
   Windows.UI.Xaml.FrameworkElement ,
   Windows.UI.Xaml.Media.Brush 
)
             
        
             
        
            Parameters
- element
 
- The element which contains the attached property.
 - value
 
- The brush used in the caret state.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also