共用方式為


Diagram.SetAbsoluteBoundsValue 方法

設定圖表的絕對界限。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Protected Overrides Sub SetAbsoluteBoundsValue ( _
    newValue As RectangleD _
)
protected override void SetAbsoluteBoundsValue(
    RectangleD newValue
)

參數

備註

絕對界限表示圖表可以繪製的區域。 如果圖表區域的區域,在此區域之外,呈現,並出現捲軸,讓使用者可以捲動至內容。

.NET Framework 安全性

請參閱

參考

Diagram 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間