Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetShape Class

Contains all shape appearance settings of a floating container.

#Declaration

Delphi
TdxSpreadSheetShape = class(
    TdxSpreadSheetCustomDrawingObject
)

#Remarks

This class provides the following members that allow you to:

  • Switch between available shape types (ShapeType).

  • Specify the shape’s background fill settings (Brush).

  • Show and customize the shape’s outline (Pen).

  • Assign one of the supported geometric shape types to a picture, shape, or text box container (ShapeType).

#Direct TdxSpreadSheetShape Class Reference

A floating container’s Shape property references a TdxSpreadSheetShape object.

See Also