Back to Devexpress

MapLine.CanResize Property

windowsforms-devexpress-dot-xtramap-dot-mapline-c67b7550.md

latest1.2 KB
Original Source

MapLine.CanResize Property

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

MapLine Class

MapLine Members

DevExpress.XtraMap Namespace