Title.Font 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置标题的字体。
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, 9pt”。
- 属性
注解
设置此属性 Font 时,请使用新的 对象。 将整个 对象分配给 属性。