Vcl.ComCtrls.TTextAttributes.Offset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Offset: Integer read GetOffset write SetOffset;

C++

__property int Offset = {read=GetOffset, write=SetOffset, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes

Description

Character Offset, in twips, from the baseline for the text (positive for superscript, negative for subscript).


See Also

TTextAttributes