RadControls for WPF

The UILayerStack type exposes the following members.

Constructors

  NameDescription
Public methodUILayerStack

Methods

Extension Methods

  NameDescription
Public Extension MethodAddRange<(Of <<'(IUILayer>)>>)(IEnumerable<(Of <<'(IUILayer>)>>))Overloaded.
Adds the elements from the specified collection - items to the end of the target collection.
(Defined by CollectionExtensions.)
Public Extension MethodAddRange<(Of <<'(IUILayer>)>>)(IEnumerable<(Of <<'(IUILayer>)>>))Overloaded.
Adds the given range of items to the current collection.
(Defined by CommonExtensions.)
Public Extension MethodAppend<(Of <<'(IUILayer>)>>)(IEnumerable<(Of <<'(IUILayer>)>>))Overloaded.
Appends elements from two sequences.
(Defined by CollectionExtensions.)
Public Extension MethodAppend<(Of <<'(IUILayer>)>>)(IUILayer)Overloaded.
Appends an element to a sequence.
(Defined by CollectionExtensions.)
Public Extension MethodAppend<(Of <<'(IUILayer>)>>)(IEnumerable<(Of <<'(IUILayer>)>>))Overloaded. (Defined by EnumerableExtensions.)
Public Extension MethodAppend<(Of <<'(IUILayer>)>>)(IUILayer)Overloaded. (Defined by EnumerableExtensions.)
Public Extension MethodAreAllDifferent<(Of <<'(IUILayer>)>>)
Returns whether all the elements are different in the given sequence.
(Defined by Functional.)
Public Extension MethodAreSameLists<(Of <<'(IUILayer>)>>)
Compares the two given lists per item if they are the same.
(Defined by Sequence.)
Public Extension MethodClone<(Of <<'(IUILayer>)>>)()()()()Overloaded.
Clones the list.
(Defined by CommonExtensions.)
Public Extension MethodClone<(Of <<'(IUILayer>)>>)()()()()Overloaded. (Defined by GraphExtensions.)
Public Extension MethodClone<(Of <<'(IUILayer>)>>)()()()()Overloaded.
Clones the specified list.
(Defined by Sequence.)
Public Extension MethodCollect<(Of <<'(IUILayer, TRange>)>>)
Collects elements into a new sequence by applying the given converter to each element.
(Defined by Functional.)
Public Extension MethodContainsAny<(Of <<'(IUILayer>)>>)
Checks for the occurrence of the given items in the collection.
(Defined by CommonExtensions.)
Public Extension MethodFilter<(Of <<'(IUILayer>)>>)
Filters the list using a Predicate<(Of <(<'T>)>)>.
(Defined by Functional.)
Public Extension MethodFold<(Of <<'(IUILayer, TRange>)>>)
Folds the list.
(Defined by Functional.)
Public Extension MethodForEach<(Of <<'(IUILayer>)>>)(Action)Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.)
Public Extension MethodForEach<(Of <<'(IUILayer>)>>)(Action<(Of <<'(IUILayer>)>>))Overloaded.
Executes the action for each item in the collection.
(Defined by CommonExtensions.)
Public Extension MethodForEach<(Of <<'(IUILayer>)>>)(Action<(Of <<'(IUILayer>)>>))Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.)
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)
Public Extension MethodHaveSameContent<(Of <<'(IUILayer>)>>)
Compares the two given lists if they have the same item content, not necessarily in the same order.
(Defined by Functional.)
Public Extension MethodMap<(Of <<'(IUILayer, TMapped>)>>)
Maps the elements of the list to a new list.
(Defined by Functional.)
Public Extension MethodPrettyFormat<(Of <<'(IUILayer>)>>)
Returns a more readable format of the string sequence.
(Defined by Sequence.)
Public Extension MethodRemoveAll<(Of <<'(IUILayer>)>>)
Removes all elements from a collection that match the condition defined by the specified predicate.
(Defined by CollectionExtensions.)
Public Extension MethodScramble<(Of <<'(IUILayer>)>>)
Returns a random reordering of the given collection.
(Defined by Functional.)
Public Extension MethodTakeAfter<(Of <<'(IUILayer>)>>)
Bypasses elements from a sequence as long as a specified condition is true and then returns the remaining elements.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBefore<(Of <<'(IUILayer>)>>)
Bypasses elements from a sequence until the specified condition becomes true.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBetween<(Of <<'(IUILayer>)>>)(Func<(Of <<'(IUILayer, Boolean>)>>), Func<(Of <<'(IUILayer, Boolean>)>>))Overloaded.
Bypasses elements from a sequence as long as the first condition is false. Returns elements from the remaining elements as long the second condition is false.
(Defined by CollectionExtensions.)
Public Extension MethodTakeBetween<(Of <<'(IUILayer>)>>)(IUILayer, IUILayer)Overloaded.
Returns elements from a sequence as long as they are between the two items.
(Defined by CollectionExtensions.)
Public Extension MethodTakeFrom<(Of <<'(IUILayer>)>>)(Func<(Of <<'(IUILayer, Boolean>)>>))Overloaded.
Bypasses elements from a sequence as long as a specified condition is false and then returns the element that satisfies the condition and the elements after.
(Defined by CollectionExtensions.)
Public Extension MethodTakeFrom<(Of <<'(IUILayer>)>>)(IUILayer)Overloaded.
Bypasses elements from a sequence as long as the element is not equal to the items in the sequence.
(Defined by CollectionExtensions.)
Public Extension MethodTakeTo<(Of <<'(IUILayer>)>>)(Func<(Of <<'(IUILayer, Boolean>)>>))Overloaded.
Returns elements from a sequence as long as a specified condition is false. This method also returns the first element that satisfies the condition.
(Defined by CollectionExtensions.)
Public Extension MethodTakeTo<(Of <<'(IUILayer>)>>)(IUILayer)Overloaded.
Returns elements from a sequence as long as the sequence elements differs from the item.
(Defined by CollectionExtensions.)
Public Extension MethodToFunctionalList<(Of <<'(IUILayer>)>>)
Converts the given enumerable to a FunctionalList<(Of <(<'T>)>)>.
(Defined by Functional.)

Properties

  NameDescription
Public propertyCount
Public propertyIsReadOnly

See Also