Click or drag to resize

LayerStyle Class

Defines different styles of map elements.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingLayerStyle

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

The LayerStyle type exposes the following members.

Properties
 NameDescription
Public propertyCaption Caption of the LayerStyle
Public propertyCategoryLayerStyleCategory 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