Back to Devexpress

MapLine.CanRotate Property

windowsforms-devexpress-dot-xtramap-dot-mapline-8fadca2e.md

latest1.2 KB
Original Source

MapLine.CanRotate Property

Gets or sets the value specifying whether the map line can be rotated 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 CanRotate { get; set; }
vb
<DefaultValue(True)>
Public Property CanRotate As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace