Back to Devexpress

MapPolygon.CanResize Property

windowsforms-devexpress-dot-xtramap-dot-mappolygon-c2207f61.md

latest1.2 KB
Original Source

MapPolygon.CanResize Property

Gets or sets the value specifying whether the map polygon can be resized when editing the map using the Map Editor.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(true)]
public bool CanResize { get; set; }
vb
<DefaultValue(True)>
Public Property CanResize As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

MapPolygon Class

MapPolygon Members

DevExpress.XtraMap Namespace