ShapesUILayer
Represents the UI layer responsible for drawing and positioning the shapes included in the sheet.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets.Layers
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
public class ShapesUILayer : ShapesUILayerBase<IEnumerable<FloatingShapeBase>>, INamedObject
Inheritance: objectUILayerPooledUILayerWorksheetUILayerBaseShapesUILayerBase<IEnumerable<FloatingShapeBase>>ShapesUILayer...
Implements:
Inherited Members
Constructors
Initializes a new instance of the ShapesUILayer class.
public ShapesUILayer()
Properties
Gets the name of the layer.
public override string Name { get; }
The name of the layer.
Overrides:
Gets the value indicating if the layer should be updated on selection changing.
protected override bool UpdateOnSelectionChanged { get; }
The value indicating if the layer should be updated on selection changing.
Overrides:
Methods
Attaches to editor dependent events.
protected override void AttachToEditorDependentEvents(RadSheetEditorBase editor)
The editor.
Overrides:
Detaches from editor dependent events.
protected override void DetachFromEditorDependentEvents(RadSheetEditorBase editor)
The editor.
Overrides: