OwnerDrawPropertyBag.Font Propiedad

Definición

Obtiene o establece la fuente del texto mostrado por el componente.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

que Font se va a aplicar al texto mostrado por el componente. El valor predeterminado es null.

Se aplica a