Class PopoverActionsLayoutAlign
The possible layouts for the popover action buttons applied via flexbox rules.
Inheritance
System.Object
PopoverActionsLayoutAlign
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public sealed class PopoverActionsLayoutAlign : Enum
Fields
Center
Action Buttons are centered in their container.
Declaration
public const PopoverActionsLayoutAlign Center
Field Value
PopoverActionsLayoutAlign
|
End
Action Buttons are aligned to the end of their container.
Declaration
public const PopoverActionsLayoutAlign End
Field Value
PopoverActionsLayoutAlign
|
Start
Action Buttons are aligned to the start of their container.
Declaration
public const PopoverActionsLayoutAlign Start
Field Value
PopoverActionsLayoutAlign
|
Stretch
Action Buttons stretch to fill their container and have equal size.
Declaration
public const PopoverActionsLayoutAlign Stretch
Field Value
PopoverActionsLayoutAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|