Skip to main content

TdxUIAdornerManager.Guides Property

Provides access to the guide UI adorner collection and guide layer settings.

Declaration

property Guides: TdxGuides read; write;

Property Value

Type
TdxGuides

Remarks

Use the Guides.Active property to display or hide the guide adorner layer whose base color is specified by the Guides.LayerColor property.

Refer to the TdxGuides class description for detailed information on all available options.

The guide UI adorner layer is displayed on top of the badge layer, accessible via the Badges property.

See Also