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

适用于