Click or drag to resize

ScaleSettingsSizeScalingWeight Property

Specifies how the size of elements is scaled

Namespace:  Easymap.AddIn.Common
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public float SizeScalingWeight { get; set; }

Property Value

Type: Single
Remarks

Specifies how the size of elements is scaled if the scale of the Map changes

0=the size of the object changes proportionally with the change in the scale

1=the size of the object does not change

A NotSupportedException is thrown if the does not support size scaling.

This parameter is only valid if the is a child of a Map

See Also