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 对象。

适用于