TdxGuides Class
A collection of guide UI adorners.
Declaration
TdxGuides = class(
TdxCustomAdorners
)
Remarks
This class provides the following members that allow you to:
Obtain the current guide count (Count);
Access individual guides (Items);
Optimize application performance when bulk changes are applied to guides (BeginUpdate and EndUpdate);
Enable or disable all guides (Active);
Access the UI adorner manager (Manager);
Specify the keystroke for disabling guides (DeactivateKey);
Enable or disable specific guide navigation keystrokes (AllowArrowKeyNavigation and AllowTabKeyNavigation);
Specify the default color of borders that separate individual guide areas (BorderColor);
Specify the guide background layer color (LayerColor).
The UI adorner manager‘s Guides property references a TdxGuides
object.
Inheritance
See Also