Returns the vertical position where the image has been drawn. If ImageVertAlignment is Top, OffsetY will be zero, whereas for ievCenter it will be (Control Height - Image Height) / 2.
Note: This value only indicates the initial draw position for an image, it is not related to scrolling (unlike ViewY).
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int OffsetY { get; }
Public ReadOnly Property OffsetY As Integer Get
public: property int OffsetY { int get (); }