Margins 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 Margins 類別的新執行個體。
多載
Margins() |
初始化 Margins 類別的新執行個體。 |
Margins(Int32, Int32, Int32, Int32) |
使用指定的上、下、左、右邊界座標來初始化 Margins 類別的新執行個體。 |
Margins()
Margins(Int32, Int32, Int32, Int32)
使用指定的上、下、左、右邊界座標來初始化 Margins 類別的新執行個體。
public:
Margins(int top, int bottom, int left, int right);
public Margins (int top, int bottom, int left, int right);
new System.Web.UI.DataVisualization.Charting.Margins : int * int * int * int -> System.Web.UI.DataVisualization.Charting.Margins
Public Sub New (top As Integer, bottom As Integer, left As Integer, right As Integer)
參數
- top
- Int32
上邊界。
- bottom
- Int32
下邊界。
- left
- Int32
左邊界。
- right
- Int32
右邊界。
備註
用於圖例儲存格時,邊界會以圖例字型大小的百分比來測量。