Represents an item which can be positioned in the diagram and the z-order (as opposed to acquiring its position and z-order from other items).

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

Syntax

C#
public interface IDiagramPositionable : IDiagramZOrderable
Visual Basic (Declaration)
Public Interface IDiagramPositionable _
	Implements IDiagramZOrderable

See Also