asposediagram.api

Class ShapeRouteStyleValue

Utility class containing constants. Specifies the routing style and direction for a connector on the drawing page.

Field Summary
const  intPAGE_DEFAULT
Page default.
const  intRIGHT_ANGLE
Right angle.
const  intSTRAIGHT
Straight.
const  intORGANIZATION_CHART_TOP_TO_BOTTOM
Organization chart. Direction Top to bottom.
const  intORGANIZATION_CHART_LEFT_TO_RIGHT
Organization chart. Left to right.
const  intFLOWCHART_TOP_TO_BOTTOM
Flowchart. Top to bottom.
const  intFLOWCHART_LEFT_TO_RIGHT
Flowchart. Left to right.
const  intTREE_TOP_TO_BOTTOM
Tree. Top to bottom.
const  intTREE_LEFT_TO_RIGHT
Tree. Left to right
const  intNETWORK
Network
const  intORGANIZATION_CHART_BOTTOM_TO_TOP
Organization chart. Bottom to top.
const  intORGANIZATION_CHART_RIGHT_TO_LEFT
Organization chart. Right to left.
const  intFLOWCHART_BOTTOM_TO_TOP
Flowchart. Bottom to top.
const  intFLOWCHART_RIGHT_TO_LEFT
Flowchart. Right to left.
const  intTREE_BOTTOM_TO_TOP
Tree. Bottom to top.
const  intTREE_RIGHT_TO_LEFT
Tree. Right to left.
const  intCENTER_TO_CENTER
Center to center.
const  intSIMPLE_TOP_TO_BOTTOM
Simple. Top to bottom.
const  intSIMPLE_LEFT_TO_RIGHT
Simple. Left to right.
const  intSIMPLE_BOTTOM_TO_TOP
Simple. Bottom to top.
const  intSIMPLE_RIGHT_TO_LEFT
Simple. Right to left.
const  intSIMPLE_HORIZONTAL_VERTICAL
Simple horizontal-vertical.
const  intSIMPLE_VERTICAL_HORIZONTAL
Simple vertical-horizontal.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • PAGE_DEFAULT

        const int PAGE_DEFAULT
        Page default.
      • RIGHT_ANGLE

        const int RIGHT_ANGLE
        Right angle.
      • STRAIGHT

        const int STRAIGHT
        Straight.
      • ORGANIZATION_CHART_TOP_TO_BOTTOM

        const int ORGANIZATION_CHART_TOP_TO_BOTTOM
        Organization chart. Direction Top to bottom.
      • ORGANIZATION_CHART_LEFT_TO_RIGHT

        const int ORGANIZATION_CHART_LEFT_TO_RIGHT
        Organization chart. Left to right.
      • FLOWCHART_TOP_TO_BOTTOM

        const int FLOWCHART_TOP_TO_BOTTOM
        Flowchart. Top to bottom.
      • FLOWCHART_LEFT_TO_RIGHT

        const int FLOWCHART_LEFT_TO_RIGHT
        Flowchart. Left to right.
      • TREE_TOP_TO_BOTTOM

        const int TREE_TOP_TO_BOTTOM
        Tree. Top to bottom.
      • TREE_LEFT_TO_RIGHT

        const int TREE_LEFT_TO_RIGHT
        Tree. Left to right
      • NETWORK

        const int NETWORK
        Network
      • ORGANIZATION_CHART_BOTTOM_TO_TOP

        const int ORGANIZATION_CHART_BOTTOM_TO_TOP
        Organization chart. Bottom to top.
      • ORGANIZATION_CHART_RIGHT_TO_LEFT

        const int ORGANIZATION_CHART_RIGHT_TO_LEFT
        Organization chart. Right to left.
      • FLOWCHART_BOTTOM_TO_TOP

        const int FLOWCHART_BOTTOM_TO_TOP
        Flowchart. Bottom to top.
      • FLOWCHART_RIGHT_TO_LEFT

        const int FLOWCHART_RIGHT_TO_LEFT
        Flowchart. Right to left.
      • TREE_BOTTOM_TO_TOP

        const int TREE_BOTTOM_TO_TOP
        Tree. Bottom to top.
      • TREE_RIGHT_TO_LEFT

        const int TREE_RIGHT_TO_LEFT
        Tree. Right to left.
      • CENTER_TO_CENTER

        const int CENTER_TO_CENTER
        Center to center.
      • SIMPLE_TOP_TO_BOTTOM

        const int SIMPLE_TOP_TO_BOTTOM
        Simple. Top to bottom.
      • SIMPLE_LEFT_TO_RIGHT

        const int SIMPLE_LEFT_TO_RIGHT
        Simple. Left to right.
      • SIMPLE_BOTTOM_TO_TOP

        const int SIMPLE_BOTTOM_TO_TOP
        Simple. Bottom to top.
      • SIMPLE_RIGHT_TO_LEFT

        const int SIMPLE_RIGHT_TO_LEFT
        Simple. Right to left.
      • SIMPLE_HORIZONTAL_VERTICAL

        const int SIMPLE_HORIZONTAL_VERTICAL
        Simple horizontal-vertical.
      • SIMPLE_VERTICAL_HORIZONTAL

        const int SIMPLE_VERTICAL_HORIZONTAL
        Simple vertical-horizontal.
      • UNDEFINED

        const int UNDEFINED
        Undefined.