CardRowTextElement(String, CardHorizontalAlignment) Constructor
Initializes a new instance of the CardRowTextElement class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public CardRowTextElement(
string text,
CardHorizontalAlignment horizontalAlignment
)
Public Sub New(
text As String,
horizontalAlignment As CardHorizontalAlignment
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value that specifies a static text displayed within the visual element. |
horizontalAlignment | CardHorizontalAlignment | A CardHorizontalAlignment value that specifies the horizontal alignment of a visual element within a card layout row. |
See Also
Feedback