Back to Devexpress

SvgFileDataAdapter.BoundaryPoint2 Property

windowsforms-devexpress-dot-xtramap-dot-svgfiledataadapter-dot-boundarypoint2.md

latest1.2 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.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(null)]
public CoordPoint BoundaryPoint2 { get; set; }
vb
<DefaultValue(Nothing)>
Public Property BoundaryPoint2 As CoordPoint

Property Value

TypeDefaultDescription
CoordPointnull

A CoordPoint class descendant object.

|

See Also

SvgFileDataAdapter Class

SvgFileDataAdapter Members

DevExpress.XtraMap Namespace