Vcl.VirtualImage.TVirtualImage.Center

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Center: Boolean read FCenter write SetCenter default 0;

C++

__property Center = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.VirtualImage.pas
Vcl.VirtualImage.hpp
Vcl.VirtualImage TVirtualImage

Description

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

Vcl.VirtualImage.TVirtualImage.Center inherits from Vcl.VirtualImage.TCustomVirtualImage.Center. All content below this line refers to Vcl.VirtualImage.TCustomVirtualImage.Center.

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

See Also