Chart.Font Propiedad

Definición

Obtiene las propiedades de fuente del control.

public:
 property System::Drawing::Font ^ Font { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Drawing.Font Font { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Drawing.Font with get, set
Public Property Font As Font

Valor de propiedad

Font

Objeto Font que representa la fuente de texto del control.

Atributos

Se aplica a