Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

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