Represents the UI layer container manager.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class UILayerContainerManager
Inheritance: objectUILayerContainerManager
Constructors
Initializes a new instance of the UILayerContainerManager class.
Properties
Gets the children.
public IEnumerable<UIElement> Children { get; }
The children.
Gets or sets the height.
public double Height { get; set; }
The height.
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.
Clears this instance.
public void Clear()
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.
Sets the render transform.
public void SetRenderTransform(UIUpdateContext updateContext, RenderTransform transform)
The update context.
transformRenderTransformThe transform.
Updates the specified pane type.
public void Update(UIElement uiElement, ViewportPaneType paneType)
The UI element.
paneTypeViewportPaneTypeType of the pane.
Updates the specified element.