|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property PictureXOffset As Short
[C#]
public short PictureXOffset {get; set;}
[C++]
public: __property short get_PictureXOffset();
public: __property void set_PictureXOffset(short);
|
|
|
|
|
Remarks
|
The horizontal offset used to fine-tune the picture or animation position over the control.
The offset is referred to the actual value of the PicturePosition property.
The offset range is between -99 and 99: if the value exceed this range, 0 will be assumed.
In order to perform changes to Pictures and Animations settings at Design-time take a look to the How to display bitmaps and animations section.
|