Class ShapesUILayer
Represents the UI layer responsible for drawing and positioning the shapes included in the sheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets.Layers
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ShapesUILayer : ShapesUILayerBase<IEnumerable<FloatingShapeBase>>, INamedObject
Constructors
ShapesUILayer()
Properties
Name
Gets the name of the layer.
Declaration
public override string Name { get; }
Property Value
System.String
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
System.Boolean
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
RadSheetEditorBase
editor
The editor. |
Overrides
DetachFromEditorDependentEvents(RadSheetEditorBase)
Detaches from editor dependent events.
Declaration
protected override void DetachFromEditorDependentEvents(RadSheetEditorBase editor)
Parameters
RadSheetEditorBase
editor
The editor. |