Usages of IPortDefaults
Properties
ports | in EdgeDefaults | ||
ports | in IEdgeDefaults | Gets or sets the defaults for ports at edges. | |
ports | in INodeDefaults | Gets or sets the defaults for ports at nodes. | |
ports | in NodeDefaults |
Method Return Values
getPortDefaults (IPortOwner) | in IGraph | Gets the IPortDefaults for a given IPortOwner in the context of the graph . |
Method Parameters
EdgeDefaults () | in EdgeDefaults | Initializes a new instance of the EdgeDefaults class with default edge style, label, and port defaults. | |
FoldingPortDefaults (IPortDefaults?, ) | in FoldingPortDefaults | Creates a new instance of this type, optionally configuring the values from the given IPortDefaults object. | |
NodeDefaults () | in NodeDefaults | Initializes a new instance of the NodeDefaults class using default properties. |
Implementing Types
PortDefaults | A canonical implementation of the IPortDefaults interface. |