DiagramSegment<T>
Class
Represents a diagram logical segment.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Type Parameters:
T
The type.
Syntax:
C#
public class DiagramSegment<T>
Inheritance: objectDiagramSegment<T>
Derived Classes:
Constructors
Initializes a new instance of the DiagramSegment<T> class.
C#
public DiagramSegment(DiagramSegmentPosition position)
The position.
Properties
Gets the items.
C#
public IEnumerable<T> Items { get; }
Gets the position.
C#
public DiagramSegmentPosition Position { get; }
Methods
Adds the item.
Removes the item.