Skip to main content
A newer version of this page is available. .

MapDot.CanResize Property

Gets or sets the value that specifies whether an end user can resize the map dot in the Map Editor‘s Transform mode.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if an end user can resize the map dot; otherwise, false.

See Also