Click or drag to resize

LayerStyle Class

Defines different styles of map elements.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class LayerStyle : BaseObject

The LayerStyle type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Caption of the LayerStyle
Public propertyCategory
LayerStyleCategory of the LayerStyle
Public propertyName
Name of the LayerStyle
Public propertyScaleRangeEnabled
Specifies if the LayerStyle respects the specified scale range
Public propertyScaleRangeMax
The maximum scale in which the LayerStyle should be visible
Public propertyScaleRangeMin
The minimum scale in which the LayerStyle should be visible
Top
See Also