UILayerStack<T>
Class
Represents the UI layer stack.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
T
The type of the T.
Syntax:
C#
public class UILayerStack<T> : NamedObjectList<T> where T : UILayer
Inheritance: objectUILayerStack<T>
Constructors
Initializes a new instance of the UILayerStack<T> class.
C#
public UILayerStack()
Methods
Clears the layers children.
C#
public void ClearLayersChildren()
Removes item from the stack.
C#
protected override void RemoveOverride(T item)
The item to be removed.
Sets the owner.
Updates the UI.
C#
public void UpdateUI()
Updates the UI.
C#
public void UpdateUI(UIUpdateContext updateContext)
The update context.