When applied to a Path in ToolboxIconPaths, specifies how the path should be styled if no explicit style is specified.

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

Syntax

C#
public enum ToolboxIconStyle
Visual Basic (Declaration)
Public Enumeration ToolboxIconStyle

Members

Member nameDescription
Line
The Path represents a line part of the toolbox icon.
Arrow
The Path represents an arrow part of the toolbox icon.

See Also