ExceptionMessageBox.Font 속성

정의

메시지 상자에 사용되는 글꼴을 가져오거나 설정합니다.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
public System.Drawing.Font Font { get; set; }
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

속성 값

Font 개체입니다.

설명

글꼴이 설정 UseOwnerFont 되면 .로 설정됩니다 false.

기본값은 null입니다.

적용 대상