Specifies the paths that make up a DiagramShape. This is used for shapes that need to apply different fill, stroke or style settings to different figures in the shape. A shape should specify either Paths or Geometry, but not both.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public List<Path> Paths { get; }
Visual Basic (Declaration)
Public ReadOnly Property Paths As List(Of Path)

See Also