Copyright © 2003-2024 MultiMedia Soft

PictureYOffset property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property PictureYOffset As Short

 

[C#]

public short PictureYOffset {get; set;}

 

[C++]

public: __property short get_PictureYOffset();

public: __property void set_PictureYOffset(short);

 

 

Remarks

The vertical 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.