Vcl.ComCtrls.THeaderSection.Right

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

Delphi

property Right: Integer read GetRight;

C++

__property int Right = {read=GetRight, nodefault};

プロパティ

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

説明

ヘッダーセクションの右端の水平方向の位置を指定します。

Right プロパティは,ヘッダーセクションの右端の水平座標であり,ヘッダーコントロールの左の境界に対する相対距離をピクセル数で示します。Right プロパティは Left プロパティの値に Width プロパティの値を加算した値になります。

関連項目