ChartArea.ShadowOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件的陰影偏移(以像素為單位 ChartArea )。
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)的值。 正值則會產生向下且向右移動的陰影。 負值則會產生一個向上且向左移動的陰影。