Categorizes floating shapes by their primary function (image, chart, note, comment) to route type-specific operations and rendering.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Shapes
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum FloatingShapeType
Fields
Chart shape containing data visualizations bound to worksheet cell ranges.
C#
Chart = 1
Modern threaded comment displayed as a floating callout with reply support.
C#
Comment = 3
Raster or vector image displayed as a floating visual element.
C#
Image = 0
Legacy cell annotation displayed as a floating text box.
C#
Note = 2