ElementPosition.Width 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定圖表項目的寬度。
public:
property float Width { float get(); void set(float value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public float Width { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Width : single with get, set
Public Property Width As Single
屬性值
float
值,表示圖表項目的寬度。
- 屬性
備註
此屬性一律使用相對座標;如果您在0-100 圖元範圍之外設定值,則會擲回例外狀況。