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