Skip to main content

TcxImageProperties Class

Contains settings specific to image editors.

Declaration

TcxImageProperties = class(
    TcxCustomImageProperties
)

Remarks

The TcxImageProperties class does not define any additional functionality other than that defined in the TcxCustomImageProperties class. It only publishes TcxCustomImageProperties members responsible for the TcxImage functionality.

The TcxImageProperties members allow a user to define the image position and the size within an editor, the transparency settings for the editor background, the popup menu configuration, etc. To control any changes made to the editor’s ReadOnly property and reverse its value back to the default one, use the AssignedValues property.

See Also