OwnerDrawPropertyBag.Font Propiedad

Definición

Obtiene o establece la fuente del texto que muestra 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

Font

Control Font que se va a aplicar al texto que muestra el componente. De manera predeterminada, es null.

Se aplica a