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

IdxRichEditShapeLine.Thickness Property

Specifies the floating shape‘s outline width, in typographic points.

#Declaration

Delphi
property Thickness: Single read; write;

#Property Value

Type
Single

#Remarks

Use both the Color and Thickness properties to paint the floating shape’s outline with an opaque or transparent color.

The Thickness property always specifies the outline width in typographic points regardless of the parent document‘s Unit property value.

Note

If the Color property is set to TdxAlphaColors.Empty, TdxAlphaColors.Transparent, or TdxAlphaColors.Default, the floating shape’s outline is invisible regardless of the specified Thickness property value.

The default value of the Thickness property is 0.

See Also