API Reference
TopologyScenario
Describes an interactive path or story through a topology chart.
Inheritance
- Object
- TopologyScenario
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 TopologyChartExtensions.AddEdgeStep
- Method TopologyChartExtensions.AddNodeStep
- Method TopologyChartExtensions.AddScenario
- Method TopologyChartExtensions.WithColor
- Method TopologyChartExtensions.WithDescription
- Method TopologyChartExtensions.WithMetadata
- Method TopologyChartExtensions.WithPlayback
- Method TopologyChartExtensions.WithSpotlight
Properties
Id #Gets or sets the stable scenario identifier.
Label #Gets or sets the scenario label used by host controls.
Description #Gets or sets an optional scenario description.
Color #Gets or sets an optional scenario accent color.
PlaybackDelayMilliseconds #Gets or sets the default time each route step remains visible during playback.
LoopPlayback #Gets or sets whether playback returns to the first route step after the last.
AutoPlay #Gets or sets whether an HTML adapter may start playback automatically when motion is allowed.
Spotlight #Gets or sets whether non-route members are dimmed for a focused review.
Steps #Gets ordered node and edge references that participate in the scenario.
Metadata #Gets arbitrary scenario metadata for host adapters.