TcxSize.Height Property
In This Article
Specifies the visual element’s height, in pixels.
#Declaration
Delphi
property Height: Integer index 1 read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use the Height and Width properties to adjust dimensions of a visual element. The Height property is mapped to the Height property accessible via the Size property.
See Also