CardRowElementBase.HorizontalAlignment Property
In This Article
Gets or sets the horizontal alignment of a current visual element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(CardHorizontalAlignment.Left)]
public CardHorizontalAlignment HorizontalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
Left | A Card |
Available values:
Name | Description |
---|---|
Left | A visual element is aligned to the left edge of the card layout row. |
Right | A visual element is aligned to the right edge of the card layout row. |
Center | A visual element is aligned at the center of the card layout row. |
See Also