A newer version of this page is available.
Switch to the current version.
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.v19.2.dll
Declaration
[DefaultValue(true)]
public bool CanResize { get; set; }
<DefaultValue(True)>
Public Property CanResize As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, if a map ellipse can be resized; otherwise, false. |
See Also
Feedback