ToolsAPI.Editor.INTACodeEditorPaintContext290.CellSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CellSize: TSize read GetCellSize;

C++

__property System::Types::TSize CellSize = {read=GetCellSize};

Properties

Type Visibility Source Unit Parent
property public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorPaintContext290

Description

Returns the cell size, which includes the width and height of each editor character in pixels.


See Also