Interface IIconGlyph
Provides glyph information about an icon.
Namespace: Singulink.UI.Icons
Assembly: Singulink.UI.Icons.dll
Syntax
public interface IIconGlyph
Properties
| Name | Description |
|---|---|
| CodePoint | Gets the Unicode code point of the icon. |
| Glyph | Gets the glyph string representation of the icon. |
| HasUniqueRtlGlyph | Gets a value indicating whether the icon has a unique version for right-to-left flow directions. |
| RtlCodePoint | Gets the Unicode code point of the right-to-left version of the icon. |
| RtlGlyph | Gets the glyph string representation of the right-to-left version of the icon. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the glyph string representation of the icon. |