Class LinearGaugeFontBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeFontBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class LinearGaugeFontBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  LinearGaugeFontBuilder()
  
  
  Declaration
  
    public LinearGaugeFontBuilder()
   
  
  
  
  LinearGaugeFontBuilder(LinearGaugeFont)
  
  
  Declaration
  
    public LinearGaugeFontBuilder(LinearGaugeFont model)
   
  Parameters
  
  Methods
  
  
  
  
  Color(String)
  Sets and gets the font color for text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder Color(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  FontFamily(String)
  Sets and gets the font-family for text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder FontFamily(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  FontStyle(String)
  Sets and gets the font style for the text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder FontStyle(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  FontWeight(String)
  Sets and gets the font weight of the text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder FontWeight(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Opacity(Double)
  Sets and gets the opacity of the text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder Opacity(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Size(String)
  Sets and gets the size of the font in text.
 
  
  Declaration
  
    public LinearGaugeFontBuilder Size(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns