TcxSize Properties
Stores pixel dimensions of a visual element.| Name | Description |
|---|---|
| Height | Specifies the visual element’s height, in pixels. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Size | This property is deprecated. Use the Value property instead. |
| Value | Specifies dimensions as a TSize value. |
| Width | Specifies the visual element’s width, in pixels. |
See Also