API Reference
Class
VisioSwimlaneRelayoutOptions
Options controlling swimlane activity move and relayout operations.
Inheritance
- Object
- VisioSwimlaneRelayoutOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method VisioFluentPage.MoveSwimlaneActivity
- Method VisioFluentPage.MoveSwimlaneActivity
- Method VisioFluentPage.RelayoutSwimlanes
- Method VisioFluentPage.RelayoutSwimlanes
- Extension method VisioPage.MoveSwimlaneActivity
- Extension method VisioPage.RelayoutSwimlaneActivities
- Method VisioSwimlaneMaintenanceExtensions.MoveSwimlaneActivity
- Method VisioSwimlaneMaintenanceExtensions.RelayoutSwimlaneActivities
Constructors
public VisioSwimlaneRelayoutOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double ActivityGap { get; set; } #Vertical gap between activities stacked in the same lane/phase cell.
public Boolean RerouteConnectors { get; set; } #Whether connectors attached to swimlane activities should be rerouted after movement.
public Boolean AvoidShapes { get; set; } #Whether rerouting should try to avoid other page shapes.
public Double RoutingPadding { get; set; } #Padding used when obstacle-aware routing is enabled.
public Int32 MaxRoutingLanes { get; set; } #Maximum routing lane search depth used when obstacle-aware routing is enabled.