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.Color Property

Specifies the floating shape‘s outline color.

#Declaration

Delphi
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