RadControls for WPF

The collection of Brushes.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.40

Syntax

C#
public class MapShapeFillCollection : ObservableCollection<MapShapeFill>
Visual Basic
Public Class MapShapeFillCollection _
	Inherits ObservableCollection(Of MapShapeFill)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'MapShapeFill>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'MapShapeFill>)>)>
      Telerik.Windows.Controls.Map..::..MapShapeFillCollection

See Also