Back to Devexpress

MapPolygon.CanResize Property

wpf-devexpress-dot-xpf-dot-map-dot-mappolygon-0eeea0ba.md

latest1.0 KB
Original Source

MapPolygon.CanResize Property

Gets or sets the value that specifies whether a user can resize the map polygon using the Map Editor’s Transform mode.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool CanResize { get; set; }
vb
Public Property CanResize As Boolean

Property Value

TypeDescription
Boolean

true, if the map polygon can be resized; otherwise, false.

|

See Also

MapPolygon Class

MapPolygon Members

DevExpress.Xpf.Map Namespace