Gets the collection of MarkedStripe objects used to render the MarkedStripeGrid.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Collection<MarkedStripe> MarkedStripes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MarkedStripes As Collection(Of MarkedStripe) Get |
| Visual C++ |
|---|
public: property Collection<MarkedStripe^>^ MarkedStripes { Collection<MarkedStripe^>^ get (); } |