获取或设置文本轮廓的宽度,数值的单位为:像素,数值范围是从0到5之间的任意整数,其中设置为0值时表示没有轮廓。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public int OutlineWidth { get; set; } |
备注
当Outline属性设置为true时,该属性设置才有效。
C# |
---|
public int OutlineWidth { get; set; } |