public abstract class TextRunProperties : IEquatable<TextRunProperties>Public MustInherit Class TextRunProperties
Implements IEquatable(Of TextRunProperties)[<AbstractClassAttribute>]
type TextRunProperties =
class
interface IEquatable<TextRunProperties>
end| BackgroundBrush | Brush used to paint background of run. |
| BaselineAlignment | Run vertical box alignment |
| CultureInfo | Run text culture. |
| FontFeatures | Optional features of used font. |
| FontRenderingEmSize | Em size of font used to format and display text |
| ForegroundBrush | Brush used to fill text. |
| TextDecorations | Run TextDecorations. |
| Typeface | Run typeface |
| Equals(Object) | (Overrides ObjectEquals(Object)) |
| Equals(TextRunProperties) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | (Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |