ElementPosition.Bottom 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得圖表元素的底部位置,位於相對座標中。
public:
property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
Public ReadOnly Property Bottom As Single
屬性值
代表 float 圖表元素底部相對位置的值。
- 屬性
備註
圖表元素的底部總是以相對座標表示,若繪製在圖表區域內,則相對於 ChartArea 物體;若繪製在圖表區域外,則相對於整個圖表影像。
圖表座標使用左上角(0,0),右下角使用(100,100)。