LegendItem.ShadowOffset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例项的阴影偏移量(以像素为单位)。
public:
property int ShadowOffset { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int ShadowOffset { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ShadowOffset : int with get, set
Public Property ShadowOffset As Integer
属性值
一个 integer
值,该值表示相关图表元素的阴影偏移量(以像素为单位)。
- 属性
注解
若要实现隐藏,请使用零 (0) 以外的值。 正值将导致阴影向下移动并向右移动。 负值将导致阴影向左移动和向左移动。
注意 此属性仅适用于 LegendCell 具有 LegendCellType 或的对象 SeriesSymbol Image 。