EnumActionSheetActionButtonsAlignment
Enum
Specifies the alignment type of the action buttons of the ActionSheet.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum ActionSheetActionButtonsAlignment
Fields
Center
Centers the action buttons within the ActionSheet.
End
Aligns the action buttons to the end of the ActionSheet.
Justify
Spreads the action buttons out to evenly fill the width of the ActionSheet, with equal spacing between each button.
Start
Aligns the action buttons to the beginning of the ActionSheet.
Stretched
Expands each the action button to equally fill the available width of the ActionSheet.