Legend.Font 属性

定义

获取或设置用于设置图例字体属性的 Font 对象。

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

一个 Font 对象,用于设置图例的字体属性。

属性

注解

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

备注

如果设置 Legend.Font.Size 属性, IsTextAutoFit 该属性将设置为 false。 此外,如果将 属性 IsTextAutoFit 设置为 true,则此属性将重置为默认值,即 8 个点。

适用于