Back to Devexpress

TdxSpreadSheetShape.Pen Property

vcl-dxspreadsheetcontainers-dot-tdxspreadsheetshape.md

latest1.2 KB
Original Source

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

TdxSpreadSheetShape Class

TdxSpreadSheetShape Members

dxSpreadSheetContainers Unit