Skip to main content

TcxSize.Width Property

Specifies the visual element’s width, in pixels.

Declaration

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