FMX.ExtCtrls.TImageViewer.ShowBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowBackground: Boolean read FShowBackground write SetShowBackground default False;

C++

__property bool ShowBackground = {read=FShowBackground, write=SetShowBackground, default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description

Specifies whether the background of the image can be customized.

A True value for ShowBackground indicates that the BackgroundFill affects the section of the control situated behind the image, and a False value otherwise.

See Also