Class IconWithRtlGlyph
Provides glyph information about an icons that have unique versions for left-to-right and right-to-left flow directions.
Implements
Namespace: Singulink.UI.Icons
Assembly: Singulink.UI.Icons.dll
Syntax
public class IconWithRtlGlyph : IIconGlyph
Constructors
| Name | Description |
|---|---|
| IconWithRtlGlyph(int, int) | Initializes a new instance of the IconWithRtlGlyph class. |
Properties
| Name | Description |
|---|---|
| CodePoint | Gets the Unicode code point of the icon. |
| Glyph | Gets the glyph string representation of the icon. |
| 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 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. |