Class SpeedDialRadialSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SpeedDialRadialSettingsBuilder
Namespace: Syncfusion.EJ2.Buttons
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpeedDialRadialSettingsBuilder : ControlBuilder
Constructors
SpeedDialRadialSettingsBuilder()
Declaration
public SpeedDialRadialSettingsBuilder()
SpeedDialRadialSettingsBuilder(SpeedDialRadialSettings)
Declaration
public SpeedDialRadialSettingsBuilder(SpeedDialRadialSettings model)
Parameters
Type | Name | Description |
---|---|---|
SpeedDialRadialSettings | model |
Methods
Direction(RadialDirection)
Defines speed dial action items placement order. The possible values are Clockwise AntiClockwise Auto
Declaration
public SpeedDialRadialSettingsBuilder Direction(RadialDirection value)
Parameters
Type | Name | Description |
---|---|---|
RadialDirection | value |
Returns
EndAngle(Int32)
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
Offset(String)
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
StartAngle(Int32)
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 |