blazor-devexpress-dot-blazor-53ce6054.md
Lists the horizontal alignment options.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public enum HorizontalAlignment
| Name | Description |
|---|---|
Center |
Center alignment.
|
| Left |
Left alignment.
|
| Right |
Right alignment.
|
The following properties accept/return HorizontalAlignment values:
Show 17 items
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