Click or drag to resize

ScaleSettingsScaleRangeEnabled Property

Specifies if the WindowlessComponent respects the specified scale range

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

Property Value

Type: Boolean
Remarks
Specifies if the WindowlessComponent respects the specified scale range

A NotSupportedException is thrown if the does not support scale ranges.

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

See Also