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.Pen Property

Provides access to a floating cotnainer‘s outline settings.

#Declaration

Delphi
property Pen: TdxGPPen read; write;

#Property Value

Type
TdxGPPen

#Remarks

Use the Brush and Pen properties to define the appearance of a floating container’s shape. The settings accessible via the Pen property allow you to:

  • Set the outline pixel width (Pen.Width).

  • Select a supported outline pattern and define its fill settings (Pen.Style and Pen.Brush).

  • Adjust a selected dashed line pattern (Pen.DashCapStyle).

Refer to the TdxGPPen class description for details.

See Also