
| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class Card Inherits System.Windows.DependencyObject | |
| C# | |
|---|---|
public sealed class Card : System.Windows.DependencyObject | |
When you add a Card to the PivotView.Cards collection all initialized properties of the Card are applied to the PivotView. All uninitialized properties possess values automatically. The only required property is CardType. To discover or change the state of a PivotView Card you can get one using the CardCollection.Item indexer. All cards are available always.
System.Object
System.Windows.DependencyObject
GrapeCity.ActiveAnalysis.Silverlight.Card
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2