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, ssFamily _DEPRECATED_ATTRIBUTE3("Use TStyledSetting.Family")  = 0, ssSize _DEPRECATED_ATTRIBUTE3("Use TStyledSetting.Size")  = 1, ssStyle _DEPRECATED_ATTRIBUTE3("Use TStyledSetting.Style")  = 2, ssFontColor _DEPRECATED_ATTRIBUTE3("Use TStyledSetting.FontColor")  = 3, ssOther _DEPRECATED_ATTRIBUTE3("Use TStyledSetting.Other")  = 4 };

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