public class GenericTextRunProperties : TextRunPropertiesPublic Class GenericTextRunProperties
Inherits TextRunPropertiestype GenericTextRunProperties =
class
inherit TextRunProperties
end| BackgroundBrush |
Brush used to paint background of run.
(Overrides TextRunPropertiesBackgroundBrush) |
| BaselineAlignment |
Run vertical box alignment
(Overrides TextRunPropertiesBaselineAlignment) |
| CultureInfo |
Run text culture.
(Overrides TextRunPropertiesCultureInfo) |
| FontFeatures |
Optional features of used font.
(Overrides TextRunPropertiesFontFeatures) |
| FontRenderingEmSize |
Em size of font used to format and display text
(Overrides TextRunPropertiesFontRenderingEmSize) |
| ForegroundBrush |
Brush used to fill text.
(Overrides TextRunPropertiesForegroundBrush) |
| TextDecorations |
Run TextDecorations.
(Overrides TextRunPropertiesTextDecorations) |
| Typeface |
Run typeface
(Overrides TextRunPropertiesTypeface) |
| Equals(Object) | (Inherited from TextRunProperties) |
| Equals(TextRunProperties) | (Inherited from 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 | (Inherited from TextRunProperties) |
| 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) |