Field GlyphProperty
Identifies the Glyph dependency property. Hosts resolve the glyph of a font icon source in two different ways: some copy
Microsoft.UI.Xaml.Controls.FontIconSource.Glyph when they create their icon element, while WinUI's IconSourceElement binds by name to a dependency
property registered on the source's own type and finds nothing on a derived type otherwise. A separately registered property with the same name
and value satisfies both.
Namespace: Singulink.UI.Icons.WinUI
Assembly: Singulink.UI.Icons.WinUI.dll
Syntax
public static readonly DependencyProperty GlyphProperty
Returns
| Type | Description |
|---|---|
| DependencyProperty | Identifies the dependency property. Hosts resolve the glyph of a font icon source in two different ways: some copy when they create their icon element, while WinUI's IconSourceElement binds by name to a dependency property registered on the source's own type and finds nothing on a derived type otherwise. A separately registered property with the same name and value satisfies both. |