Interface IContainerChild
Defines an item which can be part of a diagram container shape.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface IContainerChild : ICollapsible
Properties
ParentContainer
Gets the parent container shape.
Declaration
IContainerShape ParentContainer { get; }
Property Value
IContainerShape
The parent container. |