Skip to main content

CardRowDataElement Constructors

A card element that displays bound data.
Name Parameters Description
CardRowDataElement() none Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>, CardPredefinedColor) valueType, horizontalAlignment, fontSize, predefinedForeColor Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>, Nullable<Color>) valueType, horizontalAlignment, fontSize, foreColor Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>) valueType, horizontalAlignment, fontSize Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment) valueType, horizontalAlignment Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>, CardPredefinedColor) valueType, dimensionIndex, horizontalAlignment, fontSize, predefinedForeColor Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>, Nullable<Color>) valueType, dimensionIndex, horizontalAlignment, fontSize, foreColor Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>) valueType, dimensionIndex, horizontalAlignment, fontSize Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment) valueType, dimensionIndex, horizontalAlignment Initializes a new instance of the CardRowDataElement class.
See Also