Class SpeedDialRadialSettingsBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    SpeedDialRadialSettingsBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  
  
    public class SpeedDialRadialSettingsBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder()
   
  
  
  
  
  
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder(SpeedDialRadialSettings model)
   
  Parameters
  
  Methods
  
  
  
  
  
  Defines speed dial action items placement order.
The possible values are
Clockwise
AntiClockwise
Auto
 
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder Direction(RadialDirection value)
   
  Parameters
  
  Returns
  
  
  
  
  
  Defines end angle of speed dial items placement. The accepted value range is 0 to 360.
When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.
 
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder EndAngle(int value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Defines distance of speed dial items placement from the button of Speed Dial.
 
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder Offset(string value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        value | 
         | 
      
    
  
  Returns
  
  
  
  
  
  Defines start angle of speed dial items placement. The accepted value range is 0 to 360.
When a value is outside the accepted value range, then the provided value is ignored, and the angle is calculated based on the position.
 
  
  Declaration
  
    public SpeedDialRadialSettingsBuilder StartAngle(int value)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        value | 
         | 
      
    
  
  Returns