Class SpeedDialRadialSettings
Provides the options to customize the speed dial action buttons when Mode
of SfSpeedDial is Radial.
Inheritance
Namespace: Syncfusion.Blazor.Buttons
Assembly: Syncfusion.Blazor.dll
Syntax
public class SpeedDialRadialSettings : OwningComponentBase
Examples
A simple SpeedDial with animation settings.
<SfSpeedDial Content="Edit" Mode=SpeedDialMode.Radial >
<SpeedDialItems>
<SpeedDialItem IconCss="e-icons e-cut"></SpeedDialItem>
<SpeedDialItem IconCss="e-icons e-paste"></SpeedDialItem>
<SpeedDialItem IconCss="e-icons e-copy"></SpeedDialItem>
</SpeedDialItems>
<SpeedDialRadialSettings OffSet = "150px" ></ SpeedDialRadialSettings >
</SfSpeedDial>
Constructors
SpeedDialRadialSettings()
Declaration
public SpeedDialRadialSettings()
Properties
Direction
Gets or sets the speed dial action items (SpeedDialItems) placement order.
Declaration
public RadialDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
RadialDirection | One of the RadialDirection enumeration that specifies the direction. The default value is Auto |
EndAngle
Gets or sets the value that indicates the end angle of speed dial items placement.
Declaration
public int EndAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts the values between 0 and 360. The default value is |
Remarks
When a value outside the accepted value range, then the provided value is ignored, and the angle is calculated based on Position.
OffSet
Gets or sets the offset distance of speed dial items placement from the button of Speed Dial.
Declaration
public string OffSet { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string values. The default value is |
StartAngle
Gets or sets the value that indicates the start angle of speeddial items placement.
Declaration
public int StartAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts the values between 0 and 360. The default value is |
Remarks
When a value outside the accepted value range, then the provided value is ignored, and the angle is calculated based on Position.
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
---|
System.Threading.Tasks.Task |