TdxSpreadSheetShape.Pen Property
In This Article
Provides access to a floating cotnainer‘s outline settings.
#Declaration
Delphi
property Pen: TdxGPPen read; write;
#Property Value
Type |
---|
Tdx |
#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