RichTextRunFont Members
In This Article
#Constructors
Name | Description |
---|---|
Rich |
Initializes a new instance of the Rich |
Rich |
Initializes a new instance of the Rich |
Rich |
Initializes a new instance of the Rich |
Rich |
Initializes a new instance of the Rich |
#Properties
Name | Description |
---|---|
Bold | Gets or sets a value indicating whether the current text run is formatted as bold. |
Color | Gets or sets the color of the font applied to the current text run. |
Font |
Gets or sets the font style (bold, italic, etc.) applied to the current text run. |
Italic | Gets or sets a value indicating whether the current text run is formatted as italic. |
Name | Gets or sets the name of the font applied to the current text run. |
Scheme |
Gets or sets the scheme of the font applied to the current text run. |
Script | Gets or sets whether the current text run is formatted as subscript, superscript, or neither. |
Size | Gets or sets the size of the font applied to the current text run. |
Strikethrough | Gets or sets a value indicating whether the current text run is formatted as strikethrough. |
Underline |
Gets or sets the underline type applied to the current text run. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified objects are considered equal. |
Equals |
Determines whether the specified object is equal to the current Rich |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also