Skip to main content
All docs
V25.1
  • MapPolylineBase.CanRotate Property

    Gets or sets the value that specifies whether the map polyline can be rotated when editing the map.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

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

    See Also