FMX.Types.TStyledSetting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStyledSetting = (Family, Size, Style, FontColor, Other);

C++

enum class DECLSPEC_DENUM TStyledSetting : unsigned int { Family, Size, Style, FontColor, Other };

Properties

Type Visibility Source Unit Parent
enum public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Identifies the font properties that can be defined in a style.

The TStyledSetting type defines the following constants:

Constant Meaning

Family

Font name.

Size

Font size.

Style

Font style (italic, bold).

FontColor

Font color.

Other

How to align and to show the text. (See AssignNotStyled.)

See Also