Skip to main content

TcxCustomImageProperties Class

Contains settings specific to image editors.

Declaration

TcxCustomImageProperties = class(
    TcxCustomEditProperties
)

Remarks

The TcxCustomImageProperties class represents a set of attributes controlling the behavior of image editors. Editor properties are set via the Properties member of the corresponding editor.

The TcxCustomImageProperties members allow a user to define the image position and size within an editor, the transparency settings for the editor background, the popup menu configuration, etc.

See Also