LegendCell.Font 属性

定义

获取或设置图例单元的字体。

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

属性值

获取一个 Font 对象,表示图例单元的字体。 默认值为“Microsoft Sans Serif, 8pt”。

注解

属性 Font 可用于设置图例单元格的字体属性。

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

适用于