Skip to main content
All docs
V26.1
  • MapPolylineBase.CanResize Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    Boolean true

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

    See Also