Class IconGlyph
Provides glyph information about icons that use the same glyph for both left-to-right and right-to-left flow directions.
Implements
Namespace: Singulink.UI.Icons
Assembly: Singulink.UI.Icons.dll
Syntax
public class IconGlyph : IIconGlyph
Constructors
| Name | Description |
|---|---|
| IconGlyph(int) | Initializes a new instance of the IconGlyph class. |
Properties
| Name | Description |
|---|---|
| CodePoint | Gets the Unicode code point of the icon. |
| Glyph | Gets the glyph string representation of the icon. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IIconGlyph.HasUniqueRtlGlyph | Gets a value indicating whether the icon has a unique version for right-to-left flow directions. |
| IIconGlyph.RtlCodePoint | Gets the Unicode code point of the right-to-left version of the icon. |
| IIconGlyph.RtlGlyph | Gets the glyph string representation of the right-to-left version of the icon. |