TiImageDisplay.BorderMargin

TiImageDisplay

Specifies the margin between the edge of the control and the edge of the image.

property BorderMargin : Integer;

Description

Use BorderMargin to get or set the margin between the edge of the control and the edge of the displayed image. The space between the edge of the control and the edge of the switch will be filled with the BackGroundColor. The BorderMargin value is in pixels.

Example

Delphi

iComponent.BorderMargin := 5;

C++ Builder

iComponent->BorderMargin = 5;

Contents | Index | Previous | Next