asposecells.api

Class ControlPictureAlignmentType

Utility class containing constants. Represents the alignment of the picture inside the Form or Image.

Field Summary
const  intTOP_LEFT
The top left corner.
const  intTOP_RIGHT
The top right corner.
const  intCENTER
The center.
const  intBOTTOM_LEFT
The bottom left corner.
const  intBOTTOM_RIGHT
The bottom right corner.
 

    • Field Detail

      • TOP_LEFT

        const int TOP_LEFT
        The top left corner.
      • TOP_RIGHT

        const int TOP_RIGHT
        The top right corner.
      • CENTER

        const int CENTER
        The center.
      • BOTTOM_LEFT

        const int BOTTOM_LEFT
        The bottom left corner.
      • BOTTOM_RIGHT

        const int BOTTOM_RIGHT
        The bottom right corner.