TcxSchedulerEventImageItem.Bounds Property
In This Article
Represents the current icon’s dimensions.
#Declaration
Delphi
property Bounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
Use the Bounds property to determine the bounding rectangle of the current icon (for example, when performing custom drawing).
See Also