Class ShapeSelection
Represents the collection of shapes currently selected in the sheet.
Inheritance
System.Object
ShapeSelection
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ShapeSelection
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. |