Specifies the alignment type of the action buttons of the ActionSheet.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum ActionSheetActionButtonsAlignment
Fields
Centers the action buttons within the ActionSheet.
C#
Center = 2
Aligns the action buttons to the end of the ActionSheet.
C#
End = 1
Spreads the action buttons out to evenly fill the width of the ActionSheet, with equal spacing between each button.
C#
Justify = 3
Aligns the action buttons to the beginning of the ActionSheet.
C#
Start = 0
Expands each the action button to equally fill the available width of the ActionSheet.
C#
Stretched = 4