asposecells.api

Class ControlPicturePositionType

Utility class containing constants. Represents the location of the control's picture relative to its caption.

Field Summary
const  intLEFT_TOP
The picture appears to the left of the caption. The caption is aligned with the top of the picture.
const  intLEFT_CENTER
The picture appears to the left of the caption. The caption is centered relative to the picture.
const  intLEFT_BOTTOM
The picture appears to the left of the caption. The caption is aligned with the bottom of the picture.
const  intRIGHT_TOP
The picture appears to the right of the caption. The caption is aligned with the top of the picture.
const  intRIGHT_CENTER
The picture appears to the right of the caption. The caption is centered relative to the picture.
const  intRIGHT_BOTTOM
The picture appears to the right of the caption. The caption is aligned with the bottom of the picture.
const  intABOVE_LEFT
The picture appears above the caption. The caption is aligned with the left edge of the picture.
const  intABOVE_CENTER
The picture appears above the caption. The caption is centered below the picture.
const  intABOVE_RIGHT
The picture appears above the caption. The caption is aligned with the right edge of the picture.
const  intBELOW_LEFT
The picture appears below the caption. The caption is aligned with the left edge of the picture.
const  intBELOW_CENTER
The picture appears below the caption. The caption is centered above the picture.
const  intBELOW_RIGHT
The picture appears below the caption. The caption is aligned with the right edge of the picture.
const  intCENTER
The picture appears in the center of the control. The caption is centered horizontally and vertically on top of the picture.
 

    • Field Detail

      • LEFT_TOP

        const int LEFT_TOP
        The picture appears to the left of the caption. The caption is aligned with the top of the picture.
      • LEFT_CENTER

        const int LEFT_CENTER
        The picture appears to the left of the caption. The caption is centered relative to the picture.
      • LEFT_BOTTOM

        const int LEFT_BOTTOM
        The picture appears to the left of the caption. The caption is aligned with the bottom of the picture.
      • RIGHT_TOP

        const int RIGHT_TOP
        The picture appears to the right of the caption. The caption is aligned with the top of the picture.
      • RIGHT_CENTER

        const int RIGHT_CENTER
        The picture appears to the right of the caption. The caption is centered relative to the picture.
      • RIGHT_BOTTOM

        const int RIGHT_BOTTOM
        The picture appears to the right of the caption. The caption is aligned with the bottom of the picture.
      • ABOVE_LEFT

        const int ABOVE_LEFT
        The picture appears above the caption. The caption is aligned with the left edge of the picture.
      • ABOVE_CENTER

        const int ABOVE_CENTER
        The picture appears above the caption. The caption is centered below the picture.
      • ABOVE_RIGHT

        const int ABOVE_RIGHT
        The picture appears above the caption. The caption is aligned with the right edge of the picture.
      • BELOW_LEFT

        const int BELOW_LEFT
        The picture appears below the caption. The caption is aligned with the left edge of the picture.
      • BELOW_CENTER

        const int BELOW_CENTER
        The picture appears below the caption. The caption is centered above the picture.
      • BELOW_RIGHT

        const int BELOW_RIGHT
        The picture appears below the caption. The caption is aligned with the right edge of the picture.
      • CENTER

        const int CENTER
        The picture appears in the center of the control. The caption is centered horizontally and vertically on top of the picture.