LegendItem.MarkerBorderWidth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标记的边框宽度(如果使用)。 以像素度量。
public:
property int MarkerBorderWidth { int get(); void set(int value); };
public int MarkerBorderWidth { get; set; }
member this.MarkerBorderWidth : int with get, set
Public Property MarkerBorderWidth As Integer
属性值
一个 integer
值,该值表示标记的边框宽度。 默认值为一个 (1) 像素。
注解
此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image 。