Vcl.Controls.TDockZone.Height

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Height: Integer index Ord(doHorizontal) read GetHeightWidth;

C++

__property int Height = {read=GetHeightWidth, index=1, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Beschreibung

Gibt die Höhe eines TDockZone-Objekts an.

Height ist eine schreibgeschützte Eigenschaft, die die Höhe eines TDockZone-Objekts mit einer horizontalen Ausrichtung angibt.

Siehe auch