Legend.TitleFont 属性

定义

获取或设置图例标题的字体。

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

属性值

Font

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

注解

此属性可用于设置图例标题的字体属性。

如果尝试 Font 在运行时更改此对象的属性,则会发生编译错误。 若要在运行时设置字体属性,必须创建一个新的 Font 对象。

适用于