Annotation.Font Propiedad

Definición

Obtiene o establece la fuente que se usa para el texto de una anotación.

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

Valor de propiedad

Font

Objeto Font que se usa para dibujar el texto de la anotación.

Se aplica a