Skip to main content

TdxGuides.LayerColor Property

Specifies the guide background layer color.

Declaration

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