CellFillUILayer
Represents the cell fill UI layer.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class CellFillUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseCellFillUILayer
Implements:
Inherited Members
Constructors
Initializes a new instance of the CellFillUILayer class.
public CellFillUILayer()
Properties
Gets the name of the layer.
public override string Name { get; }
The name of the layer.
Overrides:
Gets the value indicating if the UI element will be reused without removing from visual tree.
protected override bool ReuseUIElementsWithoutRemovingFromVisualTree { get; }
The value indicating if the UI element will be reused without removing from visual tree.
Overrides:
Methods
Clears this instance by removing all UI elements and returning them in the pool.
public override void Clear()
Overrides:
Translates and scales the UI elements of the layer.
protected override void TranslateAndScale(UIUpdateContext updateContext)
The update context.
Overrides:
Updates the UI.
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
The update context.
Overrides: