UILayerStack
Class
Represents the stack of UI layers.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.Layers
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class UILayerStack : IEnumerable
Inheritance: objectUILayerStack
Implements:
Constructors
Initializes a new instance of the UILayerStack class.
C#
public UILayerStack()
Properties
Gets the number of elements contained in the ICollection<T>.
C#
public int Count { get; }
The count.
Gets a value indicating whether the ICollection<T> is read-only.
C#
public bool IsReadOnly { get; }
true if this instance is read only; otherwise, false.
Methods
Adds the first.
Adds the last.
Removes all items from the ICollection<T>.
C#
public void Clear()
Clears the layers children.
C#
public void ClearLayersChildren()
Returns an enumerator that iterates through the collection.
C#
public IEnumerator<UILayer> GetEnumerator()
IEnumerator<UILayer>
A IEnumerator<T> that can be used to iterate through the collection.
Updates the UI.
C#
public void UpdateUI()
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.