Enum
WindowFooterLayoutAlign

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

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum WindowFooterLayoutAlign

Fields

Center

The footer content is centered in its container.

Declaration

cs-api-definition
Center = 1

Field Value

WindowFooterLayoutAlign

End

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

Declaration

cs-api-definition
End = 2

Field Value

WindowFooterLayoutAlign

Start

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

Declaration

cs-api-definition
Start = 0

Field Value

WindowFooterLayoutAlign

Stretch

The footer content is stretched to fill its container.

Declaration

cs-api-definition
Stretch = 3

Field Value

WindowFooterLayoutAlign

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