Enum
ActionSheetActionButtonsAlignment

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.

Declaration

cs-api-definition
Center = 2

Field Value

ActionSheetActionButtonsAlignment

End

Aligns the action buttons to the end of the ActionSheet.

Declaration

cs-api-definition
End = 1

Field Value

ActionSheetActionButtonsAlignment

Justify

Spreads the action buttons out to evenly fill the width of the ActionSheet, with equal spacing between each button.

Declaration

cs-api-definition
Justify = 3

Field Value

ActionSheetActionButtonsAlignment

Start

Aligns the action buttons to the beginning of the ActionSheet.

Declaration

cs-api-definition
Start = 0

Field Value

ActionSheetActionButtonsAlignment

Stretched

Expands each the action button to equally fill the available width of the ActionSheet.

Declaration

cs-api-definition
Stretched = 4

Field Value

ActionSheetActionButtonsAlignment

In this article
DefinitionFieldsCenterEndJustifyStartStretched
Not finding the help you need?
Contact Support