Title.Font 属性

定义

获取或设置标题的字体。

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

属性值

一个 Font 表示标题字体的对象。 默认为“Microsoft Sans Serif, 8pt”。

属性

注解

设置此属性时使用新 Font 对象。 将整个对象分配给属性。

适用于