Margins 类

定义

表示各种图表元素的边距。

public ref class Margins
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.MarginExpandableObjectConverter))]
public class Margins
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.MarginExpandableObjectConverter))>]
type Margins = class
Public Class Margins
继承
Margins
属性

构造函数

Margins()

初始化 Margins 类的新实例。

Margins(Int32, Int32, Int32, Int32)

使用指定的上边距坐标、下边距坐标、左边距坐标和右边距坐标初始化 Margins 类的新实例。

属性

Bottom

获取或设置下边距。

Left

获取或设置左边距。

Right

获取或设置右边距。

Top

获取或设置上边距。

方法

Equals(Object)

确定指定对象是否等于当前对象。

GetHashCode()

获取 Margins 对象的哈希代码。

GetType()

获取当前实例的 Type

(继承自 Object)
IsEmpty()

确定边距是否为空。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToRectangleF()

Margins 对象转换为 RectangleF 对象。

ToString()

Margins 对象转换为其 string 表示形式。

适用于