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.Windows.Forms.DataVisualization.Charting.Margins : int * int * int * int -> System.Windows.Forms.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
右边距。
注解
用于图例单元时,边距以图例字号的百分比度量。