Skip to main content

TdxNavBarCommonBehaviorOptions.RevealHighlight Property

Specifies if the reveal highlight effect is enabled in an Accordion or Hamburger Menu view.

Declaration

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.

Reveal Highlight Effect

Note

The reveal highlight effect is not available, and the RevealHighlight property value is ignored if one of the following conditions is met:

  • The NavBar control is placed on application form that does not support Fluent Design effects.
  • The NavBar control’s View property is not set to ‘AccordionView’ or ‘HamburgerMenuView’.
  • 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