Back to Devexpress

SqlGeometryItemCollection Class

wpf-devexpress-dot-xpf-dot-map-62486b15.md

latest2.1 KB
Original Source

SqlGeometryItemCollection Class

A collection of SqlGeometryItems.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public class SqlGeometryItemCollection :
    MapDependencyObjectCollection<SqlGeometryItem>
vb
Public Class SqlGeometryItemCollection
    Inherits MapDependencyObjectCollection(Of SqlGeometryItem)

The following members return SqlGeometryItemCollection objects:

Remarks

This collection can be accessed using the SqlGeometryItemStorage.Items property.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<SqlGeometryItem> MapDependencyObjectCollectionBase<SqlGeometryItem> MapDependencyObjectCollection<SqlGeometryItem> SqlGeometryItemCollection

See Also

SqlGeometryItemCollection Members

DevExpress.Xpf.Map Namespace