語言

TextAnnotation.Font 屬性

定義

取得或設定註解文字的字型。

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

屬性值

一個 Font 用作註解文字字體的物件。

備註

要設定這個屬性,請建立一個新 Font 物件,然後將其指派到這個屬性上。

適用於