New to Telerik UI for BlazorStart a free 30-day trial

The possible layouts for the window's footer content applied via flexbox rules.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum WindowFooterLayoutAlign

Fields

The footer content is centered in its container.

C#
Center = 1

The footer content is aligned to the end of its container.

C#
End = 2

The footer content is aligned to the start of its container.

C#
Start = 0

The footer content is stretched to fill its container.

C#
Stretch = 3
In this article
DefinitionFieldsCenterEndStartStretch
Not finding the help you need?
Contact Support