CardRowTextElement Constructors
A card element that displays static text.Name | Parameters | Description |
---|---|---|
CardRowTextElement() | none | Initializes a new instance of the CardRowTextElement class. |
CardRowTextElement(String, CardHorizontalAlignment, Nullable<Single>, CardPredefinedColor) | text, horizontalAlignment, fontSize, predefinedForeColor | Initializes a new instance of the CardRowTextElement class. |
CardRowTextElement(String, CardHorizontalAlignment, Nullable<Single>, Nullable<Color>) | text, horizontalAlignment, fontSize, foreColor | Initializes a new instance of the CardRowTextElement class. |
CardRowTextElement(String, CardHorizontalAlignment, Nullable<Single>) | text, horizontalAlignment, fontSize | Initializes a new instance of the CardRowTextElement class. |
CardRowTextElement(String, CardHorizontalAlignment) | text, horizontalAlignment | Initializes a new instance of the CardRowTextElement class. |
See Also