Legend.TitleFont 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例标题的字体。
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 对象。 默认值为“Microsoft Sans Serif, 8pt, Bold”。
注解
此属性可用于设置图例标题的字体属性。
如果尝试运行时更改此 Font 对象的属性,将发生编译错误。 若要运行时设置字体属性,必须创建新的 Font 对象。