TdxNavBarCommonBehaviorOptions.RevealHighlight Property
In This Article
Specifies if the reveal highlight effect is enabled in an Accordion or Hamburger Menu view.
#Declaration
Delphi
property RevealHighlight: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Reveal highlight is a lighting effect centered on the mouse pointer position in a Fluent Design application. This effect illuminates interactive UI elements and reveals their invisible or barely distinguishable borders. If the RevealHighlight property is set to True, the Accordion or Hamburger Menu embedded into a Fluent Design or TdxRibbonForm form highlights the mouse pointer position in a NavBar item with a soft spotlight effect.
Note
The reveal highlight effect is not available, and the Reveal
- The Nav
Bar control is placed on application form that does not support Fluent Design effects. - The Nav
Bar control’s View property is not set to ‘AccordionView’ or ‘HamburgerMenu .View’ - Acrylic effects on a Fluent Design or Ribbon form are disabled or unavailable due to an unsupported operating system version.
The RevealHighlight property’s default value is True.
See Also