Back to Devexpress

SvgFileDataAdapter.BoundaryPoint2 Property

wpf-devexpress-dot-xpf-dot-map-dot-svgfiledataadapter-dot-boundarypoint2.md

latest1.1 KB
Original Source

SvgFileDataAdapter.BoundaryPoint2 Property

Gets or sets the second point determining the boundaries in which the imported SVG content is inscribed.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public CoordPoint BoundaryPoint2 { get; set; }
vb
Public Property BoundaryPoint2 As CoordPoint

Property Value

TypeDescription
CoordPoint

A CoordPoint class descendant object.

|

See Also

SvgFileDataAdapter Class

SvgFileDataAdapter Members

DevExpress.Xpf.Map Namespace