Skip to main content
All docs
V26.1
  • TCustomImage.Opacity Property

    Specifies image opacity (as a percentage).

    Declaration

    property Opacity: Single read; write;

    Property Value

    Type Description
    Single

    The current image opacity (as a percentage).

    Remarks

    Use the Opacity property to blend the displayed image with the parent Splash or Wait Form’s background/underlying widgets.

    VCL Shared Libraries: Image Widget — Two Opacity Value Examples

    Default Value

    The Opacity property’s default value is 100.

    See Also