www.gnostice.com 

AutoSize

Top  Previous  Next

Use this property for image sizing. If AutoSize is set to True, Image is sized to its original size. Otherwise it occupies the display area.

 

The properties Center and Stretch do not have any effect if AutoSize is True.

 

 

 

 

Syntax

 

 

[VC++]

BOOL GetAutoSize();

void SetAutoSize(BOOL bNewValue);

 

[C#]

public abstract new bool AutoSize [  get,  set ]

 

[VB]

Property AutoSize As Boolean