Namespace Tudormobile.Wpf.Adorners
Classes
- GlyphAdorner
Provides a custom adorner that displays a glyph (icon or symbol) alongside a control, such as a TextBoxBase. The Glyphs must be frmom the "Segoe Fluent Icons" font. The adorner adjusts the padding of the adorned control to accommodate the glyph, ensuring it does not overlap with the control's content.
- PlaceholderAdorner
Represents an adorner that displays placeholder text for a TextBoxBase control when it is empty.
- PopupAdorner
A custom adorner that displays a popup glyph (down arrow or right arrow) on the adorned element. The glyph indicates responds to MouseOver and MouseDown events to provide visual feedback (consistent with the adorned element's foreground color) and displays the PopupContent (via attached property) of the adorned element as either a ContextMenu, a Popup control, or as an arbitrary framework element hosted in a Popup control.