Enum
FloatingShapeType

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:

cs-api-definition
public enum FloatingShapeType

Fields

Chart

Chart shape containing data visualizations bound to worksheet cell ranges.

Declaration

cs-api-definition
Chart = 1

Field Value

FloatingShapeType

Comment

Modern threaded comment displayed as a floating callout with reply support.

Declaration

cs-api-definition
Comment = 3

Field Value

FloatingShapeType

Image

Raster or vector image displayed as a floating visual element.

Declaration

cs-api-definition
Image = 0

Field Value

FloatingShapeType

Note

Legacy cell annotation displayed as a floating text box.

Declaration

cs-api-definition
Note = 2

Field Value

FloatingShapeType

In this article
DefinitionFieldsChartCommentImageNote
Not finding the help you need?
Contact Support