Returns the horizontal position where the image has been drawn. If ImageHorizAlignment is Left, OffsetX will be zero, whereas for iehCenter it will be (Control Width - Image Width) / 2.

Note: This value only indicates the initial draw position for an image, it is not related to scrolling (unlike ViewX).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int OffsetX { get; }
Public ReadOnly Property OffsetX As Integer
	Get
public:
property int OffsetX {
	int get ();
}

See Also