Back to Devexpress

HorizontalAlignment Enum

blazor-devexpress-dot-blazor-53ce6054.md

latest2.9 KB
Original Source

HorizontalAlignment Enum

Lists the horizontal alignment options.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public enum HorizontalAlignment

Members

NameDescription
Center

Center alignment.

| | Left |

Left alignment.

| | Right |

Right alignment.

|

The following properties accept/return HorizontalAlignment values:

Show 17 items

Remarks

The HorizontalAlignment values define how to horizontally align the linked element to the target element. See the following examples:

  • Set an axis title’s HorizontalAlignment property to Right to align the title’s right edge to the right edge of the corresponding axis.

  • Set the Alignment property to Left to align left edges of series labels to corresponding series points.

See Also

DevExpress.Blazor Namespace