Vcl.ActnMan.TTextProperties.Font

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Font: TFont read FFont write SetFont;

C++

__property Vcl::Graphics::TFont* Font = {read=FFont, write=SetFont};

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TTextProperties

Description

Contrôle les attributs du texte écrit sur l'élément client d'action.

Pour passer à une nouvelle fonte, spécifiez un nouvel objet TFont. Pour modifier une fonte, changez la valeur de la propriété Charset, Color, Height, Name, Pitch, Size ou Style de l'objet TFont.

Voir aussi