Gets the collection of UIElement objects displayed in front of the chart.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Collection<UIElement> ForegroundElements { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ForegroundElements As Collection(Of UIElement) Get |
| Visual C++ |
|---|
public: property Collection<UIElement^>^ ForegroundElements { Collection<UIElement^>^ get (); } |