Represents the UI layer container manager.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class UILayerContainerManager
Inheritance: objectUILayerContainerManager
Constructors
Initializes a new instance of the UILayerContainerManager class.
Properties
Children
IEnumerable<UIElement>
Gets the children.
public IEnumerable<UIElement> Children { get; }
The children.
Gets or sets the height.
public double Height { get; set; }
The height.
UILayerContainer
Panel
Gets the UI layer container.
public Panel UILayerContainer { get; }
The UI layer container.
Methods
Adds the specified UI element.
public void Add(UIElement uiElement, ViewportPaneType paneType)
The UI element.
paneTypeViewportPaneTypeType of the pane.
Adds the specified UI element.
public void Add(UIElement uiElement)
The UI element.
Clears this instance.
public void Clear()
Determines whether [contains] [the specified UI element].
public bool Contains(UIElement uiElement)
The UI element.
Returns:Gets the UI elements for viewport pane.
public IEnumerable<UIElement> GetUIElementsForViewportPane(ViewportPaneType viewportPaneType)
Type of the viewport pane.
Returns:IEnumerable<UIElement>
Removes the specified UI element.
public void Remove(UIElement uiElement)
The UI element.
Sets the render transform.
public void SetRenderTransform(UIUpdateContext updateContext, Transform transform)
The update context.
transformTransformThe transform.
Updates the specified pane type.
public void Update(UIElement uiElement, ViewportPaneType paneType)
The UI element.
paneTypeViewportPaneTypeType of the pane.
Updates the specified element.
public void Update(UIElement element)
The element.