Class BoolToBrushConverter
  
  
  
  
    Inheritance
    System.Object
    BoolToBrushConverter
   
  
    Implements
    Microsoft.UI.Xaml.Data.IValueConverter
   
  
  Assembly: Syncfusion.Chat.WinUI.dll
  Syntax
  
    public class BoolToBrushConverter : Object, IValueConverter
   
  Constructors
  
  
  
  
  BoolToBrushConverter()
  
  
  Declaration
  
    public BoolToBrushConverter()
   
  Properties
  
  
  
  
  Fill
  
  
  Declaration
  
    public Brush Fill { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | Microsoft.UI.Xaml.Media.Brush | 
    
  
  
  
  
  UnFill
  
  
  Declaration
  
    public Brush UnFill { get; set; }
   
  Property Value
  
    
      
        | Type | 
    
    
      
        | Microsoft.UI.Xaml.Media.Brush | 
    
  
  Methods
  
  
  
  
  Convert(Object, Type, Object, String)
  
  
  Declaration
  
    public object Convert(object value, Type targetType, object parameter, string language)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | value |  | 
      
        | System.Type | targetType |  | 
      
        | System.Object | parameter |  | 
      
        | System.String | language |  | 
    
  
  Returns
  
  Exceptions
  
    
      
        | Type | Condition | 
    
    
      
        | System.NotImplementedException | 
    
  
  
  
  
  ConvertBack(Object, Type, Object, String)
  
  
  Declaration
  
    public object ConvertBack(object value, Type targetType, object parameter, string language)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | value |  | 
      
        | System.Type | targetType |  | 
      
        | System.Object | parameter |  | 
      
        | System.String | language |  | 
    
  
  Returns
  
  Exceptions
  
    
      
        | Type | Condition | 
    
    
      
        | System.NotImplementedException | 
    
  
  Implements
  
      Microsoft.UI.Xaml.Data.IValueConverter