ElementPosition.Height 屬性

定義

取得或設定圖表元素的高度。

public:
 property float Height { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
public float Height { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Height : single with get, set
Public Property Height As Single

屬性值

一個 float 代表圖表元素高度的值。

屬性

備註

總是使用相對座標。 如果你設定的值超出 0-100 像素範圍,就會拋出例外。

適用於