asposediagram.api

Class CompoundTypeValue

Utility class containing constants. Represents style of drawing lines.

Field Summary
const  intSINGLE
Single line (of width lineWidth)
const  intTHICK_BETWEEN_THIN
Three lines, thin, thick, thin
const  intTHIN_THICK
Double lines, one thin, one thick
const  intTHICK_THIN
Double lines, one thick, one thin
const  intTHIN_THIN
Double lines of equal width
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • SINGLE

        const int SINGLE
        Single line (of width lineWidth)
      • THICK_BETWEEN_THIN

        const int THICK_BETWEEN_THIN
        Three lines, thin, thick, thin
      • THIN_THICK

        const int THIN_THICK
        Double lines, one thin, one thick
      • THICK_THIN

        const int THICK_THIN
        Double lines, one thick, one thin
      • THIN_THIN

        const int THIN_THIN
        Double lines of equal width
      • UNDEFINED

        const int UNDEFINED
        Undefined.