Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

VisioSwimlaneLane

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

A discovered swimlane lane with its body and optional header shape.

Inheritance

  • Object
  • VisioSwimlaneLane

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public String Id { get; } #

Lane identifier used by swimlane activity placement metadata.

public VisioShape Body { get; } #

Lane body shape covering the process grid area.

public VisioShape Header { get; } #

Optional lane header shape.

public Int32 Order { get; } #

Deterministic top-to-bottom lane order.

public String Name { get; } #

Display name from the header or body text.

public VisioShapeBounds Bounds { get; } #

Current lane body bounds.