Icon TContentSize

Unit: WebCtrls

TContentSize = (csNone,csSpecified,csContain,csCover)

Available In: Client Applications

The TContentSize enumerated type is used with the TContentLayout class to specify how content elements should be sized for UI elements and controls.

ElementDescription
csContainSpecifies that the content element should be proportionally sized so that it fits within the bounds of the element or control.
csCoverSpecifies that the content element should be proportionally sized so that the image covers the bounds of the element or control.
csNoneSpecifies that the content element should not be sized and should remain its original size.
csSpecifiedSpecifies that the content element should be sized according to the TContentLayout Width and Height properties.
Image