Class LinearGaugeBorderBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    LinearGaugeBorderBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class LinearGaugeBorderBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  LinearGaugeBorderBuilder()
  
  
  Declaration
  
    public LinearGaugeBorderBuilder()
   
  
  
  
  LinearGaugeBorderBuilder(LinearGaugeBorder)
  
  
  Declaration
  
    public LinearGaugeBorderBuilder(LinearGaugeBorder model)
   
  Parameters
  
  Methods
  
  
  
  
  Color(String)
  Sets and gets the color of the border. This property accepts value in hex code, rgba string as a valid CSS color string.
 
  
  Declaration
  
    public LinearGaugeBorderBuilder Color(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  DashArray(String)
  Sets and gets the dash-array of the border.
 
  
  Declaration
  
    public LinearGaugeBorderBuilder DashArray(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  Width(Double)
  Sets and gets the width of the border.
 
  
  Declaration
  
    public LinearGaugeBorderBuilder Width(double value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Double | 
        value | 
         | 
      
    
  
  Returns