Annotation.Font Property

Definition

Gets or sets the font to use for the text of an annotation.

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

Property Value

A Font object used to draw the annotation text.

Applies to