Skip to content

InfoBarSectionAlignment

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Alignment options for content within an info bar section.

csharp
public enum InfoBarSectionAlignment

Fields

Center

Center content within the section.

Returns: InfoBarSectionAlignment

csharp
Center = 1

Left

Align content to the left (default).

Returns: InfoBarSectionAlignment

csharp
Left = 0

Align content to the right.

Returns: InfoBarSectionAlignment

csharp
Right = 2

Released under the MIT License.