Annotation.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

注釈のテキストの描画に使用する Font オブジェクト。

適用対象