asposecells.api

Class PlacementType

Utility class containing constants. Represents the way the drawing object is attached to the cells below it.

Field Summary
const  intFREE_FLOATING
Don't move or size with cells.
const  intMOVE
Move but don't size with cells.
const  intMOVE_AND_SIZE
Move and size with cells.
 

    • Field Detail

      • FREE_FLOATING

        const int FREE_FLOATING
        Don't move or size with cells.
      • MOVE

        const int MOVE
        Move but don't size with cells.
      • MOVE_AND_SIZE

        const int MOVE_AND_SIZE
        Move and size with cells.