[]
Represents an icon created from a font.
public class C1FontIcon : C1Icon, IDisposable, ICloneable
| Name | Description |
|---|---|
| C1FontIcon() | Initializes a new instance of the C1FontIcon class. |
| Name | Description |
|---|---|
| TextDecorationsProperty | Identifies the TextDecorations dependency property. |
| TextProperty | Identifies the Text dependency property. |
| Name | Description |
|---|---|
| Text | Gets the text that represents the icon in the specified Microsoft.UI.Xaml.Media.FontFamily. |
| TextDecorations | Gets or sets a TextDecorations that contains the effects to apply to the text. |
| Name | Description |
|---|---|
| Clone() | Creates a copy of the icon. |
| CloneOverride() | When overridden, it creates a copy of the icon. |
| Dispose(bool) | |
| OnApplyTemplate() | |
| OnFlowDirectionChanged() | Called when the flow direction changed. |