Vcl.Imaging.GIFImg.TGIFTextExtension.CharHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CharHeight: BYTE read FPlainTextExtension.CellHeight write FPlainTextExtension.CellHeight;

C++

__property System::Byte CharHeight = {read=FPlainTextExtension.CellHeight, write=FPlainTextExtension.CellHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFTextExtension

Description

Specifies the characters' height.

The CharHeight property specifies the height of the characters in a text rendered as a graphic.

See Also