ScaleSettingsScaleRangeEnabled Property |
Namespace:
Easymap.AddIn.Common
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public bool ScaleRangeEnabled { get; set; }
Public Property ScaleRangeEnabled As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
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