Usages of List
Properties
| items | in GraphClipboardEventArgs | The items which are or were copied during this clipboard operation. | |
| helperNodes | in PortCandidateSelectorSameLayerData | Gets all created helper nodes of this PortCandidateSelectorSameLayerData instance. | |
| layouts | in SequentialLayout | Gets the collection of layout algorithms that are executed sequentially. | |
| dashes | in DashStyle | Gets or sets the pattern of dashes and gaps. | |
| gradientStops | in LinearGradient | Gets or sets the gradient stops of this Fill. | |
| gradientStops | in RadialGradient | Gets or sets the gradient stops of this brush. |
Method Return Values
| toList () | in IEnumerable | Creates a List<T> with the values of this enumerable. | |
| copyWithin (number, number?, number?) | in List | Shallow copies part of this list to another location in the same list and returns it. | |
| fill (T, number?, number?) | in List | Fills the elements in this list from the start to the end index with value. | |
| from (IEnumerable<TSource>, function(TSource, number, IEnumerable<TSource>):T?, any?) | in List | Creates a new list similar in behavior to Array.from(). | |
| fromArray (T) | in List | Creates a new list with the given array used as the live backing store. | |
| slice (number?, number?) | in List | Returns a shallow copy of a portion of this list in the form of a new and independent list. | |
| splice (number, number?, T) | in List | Alters the contents of this list like JavaScript's Array.splice() method. |
Method Parameters
| GraphClipboardEventArgs (IGraphClipboardContext, List<IModelItem>) | in GraphClipboardEventArgs | Creates a new instance with the given context and items. | |
| processSnapResults (List<SnapResult>, Point, Point) | in SnapContext | Chooses the current SnapResults from a temporary list. |