|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property PicturePosition As Ctl3d.PictPositions
[C#]
public Ctl3d.PictPositions PicturePosition {get; set;}
[C++]
public: __property Ctl3d.PictPositions get_PicturePosition();
public: __property void set_PicturePosition(Ctl3d.PictPositions);
| |||||||||||||||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||||||||||||||
|
Remarks
|
Changes the picture or animation position over the control.
Supported values are the following:
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.
|