AmbientProperties.Font Propiedad

Definición

Obtiene o establece la fuente de ambiente de un objeto.

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

Valor de propiedad

Font

Font que representa la fuente utilizada para mostrar texto dentro de un objeto.

Comentarios

Si no hay ninguna fuente ambiente, el valor de la Font propiedad es null.

Se aplica a

Consulte también