Back to Devexpress

MapPolygon.CanRotate Property

wpf-devexpress-dot-xpf-dot-map-dot-mappolygon-76f23d70.md

latest1.0 KB
Original Source

MapPolygon.CanRotate Property

Gets or sets the value that specifies whether a user can rotate the map polygon using the Map Editor’s Transform mode.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public bool CanRotate { get; set; }
vb
Public Property CanRotate As Boolean

Property Value

TypeDescription
Boolean

true, if the map polygon can be rotated; otherwise, false.

|

See Also

MapPolygon Class

MapPolygon Members

DevExpress.Xpf.Map Namespace