Class FormButtonsLayout
Defines the different buttons layout for horizontal alignment.
Inheritance
System.Object
FormButtonsLayout
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class FormButtonsLayout : Enum
Fields
Center
Buttons are centered in their container.
Declaration
public const FormButtonsLayout Center
Field Value
FormButtonsLayout
|
End
Buttons are aligned to the end of their container.
Declaration
public const FormButtonsLayout End
Field Value
FormButtonsLayout
|
Start
Buttons are aligned to the start of their container.
Declaration
public const FormButtonsLayout Start
Field Value
FormButtonsLayout
|
Stretch
Buttons stretch to fill their container and have equal size.
Declaration
public const FormButtonsLayout Stretch
Field Value
FormButtonsLayout
|
value__
Declaration
public int value__
Field Value
System.Int32
|