Back to Devexpress

SvgFileDataAdapter.BoundaryPoint1 Property

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

latest1.1 KB
Original Source

SvgFileDataAdapter.BoundaryPoint1 Property

Gets or sets the first 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 BoundaryPoint1 { get; set; }
vb
Public Property BoundaryPoint1 As CoordPoint

Property Value

TypeDescription
CoordPoint

A CoordPoint class descendant object.

|

See Also

SvgFileDataAdapter Class

SvgFileDataAdapter Members

DevExpress.Xpf.Map Namespace