UseSize

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWCustomImage > Properties >

UseSize

Use this property as True to force the control to use the design-time size or any pre-render adjustment you do on the image size. Setting this property to True automatically sets AutoSize to False.

 

SIGNATURE=IWCompExtCtrls.TIWCustomImage.UseSize

 

ETYPE=Property

 

Declaration:

Delphi:

published property UseSize: Boolean;

C++:

__published: __property bool UseSize;

 

Description: This is UseSize, a member of class TIWCustomImage.