Skip to main content
A newer version of this page is available. .

CardRowDataElement Members

A card element that displays bound data.

Constructors

Name Description
CardRowDataElement() Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>, CardPredefinedColor) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>, Nullable<Color>) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>, CardPredefinedColor) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>, Nullable<Color>) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment, Nullable<Single>) Initializes a new instance of the CardRowDataElement class.
CardRowDataElement(CardRowDataElementType, Int32, CardHorizontalAlignment) Initializes a new instance of the CardRowDataElement class.

Properties

Name Description
DimensionIndex Gets or sets the index of the dimension whose values are displayed within the current visual element.
FontFamily Gets or sets the font family for a current element. Inherited from CardRowTextElementBase.
FontSize Gets or sets a font size for the current element. Inherited from CardRowTextElementBase.
FontStyle Gets or sets the style applied to text. Inherited from CardRowTextElementBase.
ForeColor Gets or sets the color used to paint a current text visual element. Inherited from CardRowTextElementBase.
HorizontalAlignment Gets or sets the horizontal alignment of a current visual element. Inherited from CardRowElementBase.
PredefinedForeColor Gets or sets the predefined color used to paint a current text visual element. Inherited from CardRowTextElementBase.
ValueType Gets or sets the type for a value displayed within a card layout row.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from CardRowElementBase.
See Also