When overridden in a derived class, gets an object identifying the layer on which this DiagramElement is displayed, or null to specify that the element appears on the main diagram layer.

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

Syntax

C#
protected virtual IDiagramPositionable LayerKeyCore { get; }
Visual Basic (Declaration)
Protected Overridable ReadOnly Property LayerKeyCore As IDiagramPositionable

Remarks

This is ignored if the ZIndexLayer is DiagramBackground or Topmost.

See Also