API Reference
Class
VisioSwimlanePhase
A discovered swimlane phase column.
Inheritance
- Object
- VisioSwimlanePhase
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
- Extension method VisioPage.FindSwimlanePhase
- Extension method VisioPage.GetSwimlanePhases
- Method VisioSwimlaneMaintenanceExtensions.FindSwimlanePhase
- Method VisioSwimlaneMaintenanceExtensions.GetSwimlanePhases
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Phase identifier used by swimlane activity placement metadata.
public VisioShape Header { get; } #Phase header shape defining the phase column center.
public Int32 Order { get; } #Deterministic left-to-right phase order.
public String Name { get; } #Display name from the phase header.
public VisioShapeBounds Bounds { get; } #Current phase header bounds.