TcxSize.Height Property
Specifies the visual element’s height, in pixels.
Declaration
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