CharacterProperties Members
Contains character properties.Constructors
| Name | Description |
|---|---|
| CharacterProperties() | Initializes a new instance of the CharacterProperties class. |
Properties
| Name | Description |
|---|---|
| AllCaps | Specifies whether characters are capital letters. |
| BackgroundColor | Specifies the background color of characters. |
| FontBold | Specifies whether characters are bold. |
| FontItalic | Specifies whether characters are italicized. |
| FontName | Specifies the font name of characters. |
| FontSize | Specifies the font size of characters. |
| ForegroundColor | Specifies the font color of characters. |
| Hidden | Specifies whether content is hidden. |
| HighlightColor | Specifies the highlight color of characters. |
| Script | Specifies the script format of characters. |
| SmallCaps | Specifies whether characters are small capital letters. |
| Strikeout | Specifies whether characters are stricken out. |
| Underline | Specifies whether characters are underlined. |
| UnderlineColor | Specifies the underline color of characters. |
| UnderlineWordsOnly | Specifies whether space and tab characters are underlined in addition to other characters. |
Methods
| Name | Description |
|---|---|
| CopyFrom(TextSpan) | Duplicates properties of the specified text span into the current CharacterProperties class instance. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also