The Stretched layout template that arranges card elements so that they occupy an entire card area.
Name | Description |
---|---|
CardStretchedLayoutTemplate() |
Initializes a new instance of the CardStretchedLayoutTemplate class. |
Name | Description |
---|---|
BottomValue1 |
Provides access to the first value displayed at the bottom of the card. |
BottomValue2 |
Provides access to the second value displayed at the bottom of the card. |
DeltaIndicator |
Provides access to the delta indicator displayed within the card. |
MainValue |
Provides access to the main value displayed within a card. |
MaxWidth |
Gets or sets the maximum width of the card content in pixels. (Inherited from CardLayoutTemplate)
|
MinWidth |
Gets or sets the minimum width of the card content in pixels. (Inherited from CardLayoutTemplate)
|
Sparkline |
Provides access to the sparkline displayed within the card. |
SubValue |
Provides access to a sub-value displayed within a card. |
TopValue |
Provides access to the value displayed at the top of the card. |
Name | Description |
---|---|
BeginUpdate() |
Locks the CardLayoutTemplate object by preventing updates until the CardLayoutTemplate.EndUpdate method is called. (Inherited from CardLayoutTemplate)
|
EndUpdate() |
Unlocks the CardLayoutTemplate object after a call to the CardLayoutTemplate.BeginUpdate method and causes an immediate update. (Inherited from CardLayoutTemplate)
|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Object)
|
Equals(Object, Object) |
Determines whether the specified object instances are considered equal.
(Inherited from Object)
|
GetHashCode() |
Serves as the default hash function.
(Inherited from Object)
|
GetLayout() |
Gets settings related to the layout of cards for the CardDashboardItem. |
GetType() |
Gets the (Inherited from Object)
|
MemberwiseClone() |
Creates a shallow copy of the current (Inherited from Object)
|
ReferenceEquals(Object, Object) |
Determines whether the specified (Inherited from Object)
|
ResetSpecificSettingsToDefault() |
Resets specific template settings to their default values. (Inherited from CardLayoutTemplate)
|
ToString() |
Returns the string that represents the current object. (Inherited from CardLayoutTemplate)
|