根据给定的参数构造一个ThemeLabelUniqueItem类的新对象。
命名空间:
SuperMap.Mapping程序集: SuperMap.Mapping (in SuperMap.Mapping)
版本: dll
语法
C# |
---|
public ThemeLabelUniqueItem( string unique, string caption, TextStyle style, double offsetX, double offsetY ) |
参数
- unique
- Type: System..::.String
指定的单值。
- caption
- Type: System..::.String
指定单值标签专题图子项的名称。
- style
- Type: SuperMap.Data..::.TextStyle
指定单值对应的文本风格。
- offsetX
- Type: System..::.Double
指定该子项中的标签在X方向偏移量。
- offsetY
- Type: System..::.Double
指定该子项中的标签在Y方向偏移量。