GridControl.HeaderFont Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
property System::Drawing::Font ^ HeaderFont { System::Drawing::Font ^ get(); void set(System::Drawing::Font ^ value); };
[System.ComponentModel.AmbientValue(null)]
[System.ComponentModel.Category("Appearance")]
[System.ComponentModel.Description("Font for the header of the grid")]
[System.ComponentModel.Localizable(true)]
public System.Drawing.Font HeaderFont { get; set; }
[<System.ComponentModel.AmbientValue(null)>]
[<System.ComponentModel.Category("Appearance")>]
[<System.ComponentModel.Description("Font for the header of the grid")>]
[<System.ComponentModel.Localizable(true)>]
member this.HeaderFont : System.Drawing.Font with get, set
Public Property HeaderFont As Font
Valor da propriedade
Implementações
- Atributos