Back to Devexpress

MapEllipse.CanResize Property

windowsforms-devexpress-dot-xtramap-dot-mapellipse-92c3be85.md

latest1.1 KB
Original Source

MapEllipse.CanResize Property

Gets or sets the value specifying whether the map ellipse can be resized when the 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 ellipse can be resized; otherwise, false.

|

See Also

MapEllipse Class

MapEllipse Members

DevExpress.XtraMap Namespace