Skip to main content

IdxRichEditShapeLine.Color Property

Specifies the floating shape‘s outline color.

Declaration

property Color: TdxAlphaColor read; write;

Property Value

Type
TdxAlphaColor

Remarks

Use both the Color and Thickness properties to paint the floating shape’s outline with an opaque or transparent color. You can use the constants provided by the TdxAlphaColors type to easily obtain an opaque TdxAlphaColor equivalent of a specific standard, web, or special TColor value. Use the TdxAlphaColors.FromArgb class function or the dxColorToAlphaColor global function if you need to construct a specific transparent TdxAlphaColor value.

The floating shape’s outline is not displayed if at least one of the following conditions is met:

The default value of the Color property is TdxAlphaColors.Empty.

See Also