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