Specifies the origin of the PinningPosition of the screen overlay, as well as the direction of the horizontal and vertical axes for that pinning position. The pinning origin specifies the origin of the pinning position in the overlay's coordinate system.
Member | Value | Description |
---|---|---|
eStkGraphicsScreenOverlayPinningOriginBottomLeft | 0 | When the X and Y pinning position are both set to 0, this value places the pinning position in the overlay's bottom, left corner. Increasing X values move the pinning position to the right and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginBottomCenter | 1 | When the X and Y pinning position are both set to 0, this value places the pinning position at its overlay's bottom edge and the pinning position is horizontally centered within its overlay. Increasing X values move the pinning position to the right and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginBottomRight | 2 | When the X and Y pinning position are both set to 0, this value places the pinning position in its overlay's bottom, right corner. Increasing X values move the pinning position to the left and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginCenterLeft | 3 | When the X and Y pinning position are both set to 0, this value places the pinning position at its overlay's left edge and the pinning position is vertically centered within its overlay. Increasing X values move the pinning position to the right and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginCenter | 4 | When the X and Y pinning position are both set to 0, this value places the pinning position at its overlay's center. Increasing X values move the pinning position to the right and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginCenterRight | 5 | When the X and Y pinning pinning position are both set to 0, this value places the pinning position at its overlay's right edge and the pinning position is vertically centered within its overlay. Increasing X values move the pinning position to the left and increasing Y values move it up. |
eStkGraphicsScreenOverlayPinningOriginTopLeft | 6 | When the X and Y pinning position are both set to 0, this value places the pinning position in its overlay's top, left corner. Increasing X values move the pinning position to the right and increasing Y values move it down. |
eStkGraphicsScreenOverlayPinningOriginTopCenter | 7 | When the X and Y pinning position are both set to 0, this value places the pinning position at its overlays's top edge and the pinning position is horizontally centered within its overlay. Increasing X values move the pinning position to the right and increasing Y values move it down. |
eStkGraphicsScreenOverlayPinningOriginTopRight | 8 | When the X and Y pinning position are both set to 0, this value places the pinning position in its overlay's top, right corner. Increasing X values move the pinning position to the left and increasing Y values move it down. |
eStkGraphicsScreenOverlayPinningOriginAutomatic | 9 | The pinning origin is automatically set to the origin of the overlay. For instance, if the origin of the overlay is ScreenOverlayOrigin.BottomLeft, the pinning origin will also be equivalent to ScreenOverlayPinningOrigin.BottomLeft. |