TiAnalogDisplay.AlignmentMargin

TiAnalogDisplay See Also

Determines the justified alignment margin of the text within the control.

property AlignmentMargin : Integer;

Description

Set AlignmentMargin to specify the alignment margin when the Alignment style of the control is iahLeft or iahRight. Has no effect when the Alignment style is iahCenter. The AlignmentMargin value is in pixels.

Example

Delphi

iComponent.AlignmentMargin := 5;

C++ Builder

iComponent->AlignmentMargin = 5;

Contents | Index | Previous | Next