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

TdxGuides.LayerColor Property

Specifies the guide background layer color.

#Declaration

Delphi
property LayerColor: TdxAlphaColor read; write;

#Property Value

Type
TdxAlphaColor

#Remarks

When guide UI adorners are enabled, the semi-transparent background layer is displayed over the parent form and blocks any UI interactions with its controls:

Use the LayerColor property to specify the guide background layer’s color. Note that if the assigned color is opaque (that is, the color‘s alpha is 255), only the selected guide is visible.

The default LayerColor property value is TdxAlphaColors.Default.

See Also