Class ShapeSelection
Represents the collection of shapes currently selected in the sheet.
Inheritance
System.Object
ShapeSelection
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ShapeSelection : Object
Properties
SelectedShapes
Gets the selected shapes.
Declaration
public IEnumerable<FloatingShapeBase> SelectedShapes { get; }
Property Value
System.Collections.Generic.IEnumerable<Telerik.Windows.Documents.Spreadsheet.Model.Shapes.FloatingShapeBase>
The selected shapes. |