Vcl.VirtualImage.TCustomVirtualImage.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Center: Boolean read FCenter write SetCenter default False;

C++

__property bool Center = {read=FCenter, write=SetCenter, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.VirtualImage.pas
Vcl.VirtualImage.hpp
Vcl.VirtualImage TCustomVirtualImage

Description

Indicates whether the image is centered in the image control if ImageWidth and ImageHeight properties are set.

See Also