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 。