Back to Devexpress

TcxLockedStateImageEffect Enum

vcl-cxcontrols-183818d1.md

latest1.1 KB
Original Source

TcxLockedStateImageEffect Enum

Enumerates visual effect modes for a “Locked View” image.

Declaration

delphi
TcxLockedStateImageEffect = (
    lsieNone,
    lsieLight,
    lsieDark
);

Members

Name
lsieNone
lsieLight
lsieDark

Remarks

Options include:

ValueDescriptionExample
lsieNoneNo visual effect applied. An image displaying the affected control’s state prior to the locking is displayed as is.
lsieLightSignificantly increases brightness of an image that shows the affected control.
lsieDarkAn image displaying the affected control is darkened.

The TcxLockedStateImageOptions.Effect property references the TcxLockedStateImageEffect type.

See Also

cxControls Unit