Skip to main content
A newer version of this page is available.
All docs
V19.1

MapPolyline.CanResize Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

[DefaultValue(true)]
public bool CanResize { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also