Skip to main content

IdxRichEditShapeLine.Thickness Property

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

Declaration

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