Skip to main content
A newer version of this page is available. .

MapPath.CanRotate Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

See Also