Enum Position
Indicates the position for an offset relative to this object in the application.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| BottomLeft | The bottom-left corner of this object. |
| BottomRight | The bottom-right corner of this object. |
| Center | The center of this object. |
| TopLeft | The top-left corner of this object. |
| TopRight | The top-right corner of this object. |