Table of Contents

Enum Position

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

Indicates the position for an offset relative to this object in the application.

public enum Position

Fields

BottomLeft = 3

The bottom-left corner of this object.

BottomRight = 4

The bottom-right corner of this object.

Center = 2

The center of this object.

TopLeft = 0

The top-left corner of this object.

TopRight = 1

The top-right corner of this object.