Vcl.Direct2D.TDirect2DFont.Color

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Color: TColor read GetColor write SetColor;

C++

__property System::Uitypes::TColor Color = {read=GetColor, write=SetColor, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

Description

Specifies the color of the text.

Use Color to specify the color of the text characters (as opposed to the background color). If Color is set to a dithered color, the text appears in the closest nondithered value.

See Also