API Reference
Enum
VisioConnectorRouteStyle
Determines how an orthogonal connector route is generated.
Inheritance
- Enum
- VisioConnectorRouteStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method VisioFluentConnector.RouteOrthogonal
- Extension method VisioConnector.RouteOrthogonal
- Method VisioConnectorRoutingExtensions.RouteOrthogonal
- Method VisioConnectorRoutingExtensions.RouteOrthogonal
- Extension method VisioConnectorSelection.RouteOrthogonal
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const VisioConnectorRouteStyle Auto #Choose the cleaner route based on endpoint distance.
Value:
0public const VisioConnectorRouteStyle HorizontalThenVertical #Route horizontally first, then vertically, then horizontally to the target.
Value:
1public const VisioConnectorRouteStyle VerticalThenHorizontal #Route vertically first, then horizontally, then vertically to the target.
Value:
2