Vcl.ComCtrls.TTextAttributes.Offset

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Offset: Integer read GetOffset write SetOffset;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTextAttributes


説明

ベースラインからの twip 単位での文字オフセット(Offset)(上付き文字の場合は正、下付き文字の場合は負)。


関連項目

TTextAttributes