Skip to main content

MapPath.CanResize Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

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

Property Value

Type Default Description
Boolean true

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

See Also