Click or drag to resize

ScaleSettings Class

Defines scale settings which is provided by WindowlessComponents.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class ScaleSettings : BaseObject

The ScaleSettings type exposes the following members.

Properties
  NameDescription
Public propertyCurrentDisplayScale
The current display scale
Public propertyCurrentPhysicalScale
The current scale according to the physical size of the Sheet
Public propertyCurrentScale
The current scale
Public propertyScaleRangeEnabled
Specifies if the WindowlessComponent respects the specified scale range
Public propertyScaleRangeMax
The maximum scale in which the WindowlessComponent should be visible
Public propertyScaleRangeMin
The minimum scale in which the WindowlessComponent should be visible
Public propertySizeScalingWeight
Specifies how the size of elements is scaled
Top
See Also