ClassAdornerUILayer
Represents the UI layer responsible for drawing and positioning the adorners of the shapes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class AdornerUILayer : WorksheetUILayerBase, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseAdornerUILayer
Implements:
Inherited Members
Constructors
AdornerUILayer()
Initializes a new instance of the AdornerUILayer class.
Declaration
public AdornerUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
The name of the layer.
Overrides
UpdateOnSelectionChanged
Gets the value indicating if the layer should be updated on selection changing.
Declaration
protected override bool UpdateOnSelectionChanged { get; }
Property Value
The value indicating if the layer should be updated on selection changing.
Overrides
Methods
AttachToEditorDependentEvents(RadSheetEditorBase)
Attaches to editor dependent events.
Declaration
protected override void AttachToEditorDependentEvents(RadSheetEditorBase editor)
Parameters
editor
The editor.
Overrides
DetachFromEditorDependentEvents(RadSheetEditorBase)
Detaches from editor dependent events.
Declaration
protected override void DetachFromEditorDependentEvents(RadSheetEditorBase editor)
Parameters
editor
The editor.
Overrides
ResetPooledElementProperties(object)
Reset pooled element properties.
Declaration
protected override void ResetPooledElementProperties(object element)
Parameters
element
The element.
Overrides
TranslateAndScale(UIUpdateContext)
Translates and scales the UI elements of the layer.
Declaration
protected override void TranslateAndScale(UIUpdateContext updateContext)
Parameters
updateContext
The update context.
Overrides
UpdateUIOverride(WorksheetUIUpdateContextBase)
Updates the UI.
Declaration
public override void UpdateUIOverride(WorksheetUIUpdateContextBase updateContext)
Parameters
updateContext
The update context.
Overrides