CardRowElementBase.HorizontalAlignment Property
Gets or sets the horizontal alignment of a current visual element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[DefaultValue(CardHorizontalAlignment.Left)]
public CardHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type | Default | Description |
---|---|---|
CardHorizontalAlignment | Left | A CardHorizontalAlignment value that specifies the horizontal alignment of a current visual element. |
See Also