asposediagram.api

Class ConnectorsTypeValue

Utility class containing constants. May be one of the following values: RightAngle, StraightLines, or CurvedLines. Only relevant when WindowType is specified as Drawing or Sheet.

Field Summary
const  intRIGHT_ANGLE
RightAngle.
const  intSTRAIGHT_LINES
StraightLines.
const  intCURVED_LINES
CurvedLines.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • RIGHT_ANGLE

        const int RIGHT_ANGLE
        RightAngle.
      • STRAIGHT_LINES

        const int STRAIGHT_LINES
        StraightLines.
      • CURVED_LINES

        const int CURVED_LINES
        CurvedLines.
      • UNDEFINED

        const int UNDEFINED
        Undefined.