Center
If Center is set to True, Image centers itself to the display area. This property does not have effect if AutoSize is set to True or Stretch is set to True.
Syntax
[VC++]
BOOL GetCenter();
void SetCenter(BOOL bNewValue);
[C#]
public abstract new bool Center [ get, set ]
[VB]
Property Center As Boolean