ShapeLayerShapes Property  | 
  Gets the collection of shapes to be displayed by this layer. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Layers.Shapes
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic ObservableCollection Shapes { get; }Public ReadOnly Property Shapes As ObservableCollection
	Get
public:
property ObservableCollection^ Shapes {
	ObservableCollection^ get ();
}member Shapes : ObservableCollection with get
Property Value
Type: 
ObservableCollectionT
See Also