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