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 표현으로 변환합니다.

적용 대상