InfoBarSectionAlignment
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
Alignment options for content within an info bar section.
csharp
public enum InfoBarSectionAlignmentFields
Center
Center content within the section.
Returns: InfoBarSectionAlignment
csharp
Center = 1Left
Align content to the left (default).
Returns: InfoBarSectionAlignment
csharp
Left = 0Right
Align content to the right.
Returns: InfoBarSectionAlignment
csharp
Right = 2