Interface ICompoundLayoutIterationEventArgs<TVertex>
Represents a compound layout iteration event arguments.
Inherited Members
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public interface ICompoundLayoutIterationEventArgs<TVertex> : ILayoutIterationEventArgs<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
Properties
| Improve this Doc View SourceInnerCanvasSizes
Inner canvas vertices sizes.
Declaration
IDictionary<TVertex, Size> InnerCanvasSizes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<TVertex, Size> |