TextFormattingRunProperties Methods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | BackgroundBrushSame(Brush^) | Determines whether the background brush for this TextFormattingRunProperties is the same as the specified brush. |
![]() | ClearBackgroundBrush() | Gets a new TextFormattingRunProperties with all properties the same except for the background brush. |
![]() | ClearBackgroundOpacity() | Gets a new TextFormattingRunProperties with the BackgroundOpacity property cleared. |
![]() | ClearBold() | Gets a new TextFormattingRunProperties with the Bold property cleared. |
![]() | ClearCultureInfo() | Gets a new TextFormattingRunProperties with all properties the same except for the culture info. |
![]() | ClearFontHintingEmSize() | Gets a new TextFormattingRunProperties with all properties the same except for the font hinting size. |
![]() | ClearFontRenderingEmSize() | Gets a new TextFormattingRunProperties with all properties the same except for the rendering size. |
![]() | ClearForegroundBrush() | Gets a new TextFormattingRunProperties with all properties the same except for the foreground brush. |
![]() | ClearForegroundOpacity() | Gets a new TextFormattingRunProperties with the ForegroundOpacity property cleared. |
![]() | ClearItalic() | Gets a new TextFormattingRunProperties with all properties the same, but clears the Italic property. |
![]() | ClearTextDecorations() | Gets a new TextFormattingRunProperties with all properties the same except for the text decorations. |
![]() | ClearTextEffects() | Gets a new TextFormattingRunProperties with all properties the same except for the text effects. |
![]() | ClearTypeface() | Gets a new TextFormattingRunProperties with all properties the same except for the typeface. |
![]() ![]() | CreateTextFormattingRunProperties() | Initializes a new instance of TextFormattingRunProperties. |
![]() ![]() | CreateTextFormattingRunProperties(Brush^, Brush^, Typeface^, Nullable<Double>, Nullable<Double>, TextDecorationCollection^, TextEffectCollection^, CultureInfo^) | Initializes a new instance of TextFormattingRunProperties with the specified options. |
![]() ![]() | CreateTextFormattingRunProperties(Typeface^, Double, Color) | Initializes a new instance of TextFormattingRunProperties with the specified options. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ForegroundBrushSame(Brush^) | Determines whether the foreground brush for this TextFormattingRunProperties is the same as the specified. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Serializes the TextFormattingRunProperties object using a XamlWriter. |
![]() | GetRealObject(StreamingContext) | Gets the cached TextFormattingRunProperties object, or creates one if none exists. |
![]() | GetType() | (Inherited from Object.) |
![]() | SameSize(TextFormattingRunProperties^) | Determines whether font sizes for two TextFormattingRunProperties objects are the same. |
![]() | SetBackground(Color) | Gets a new TextFormattingRunProperties with the properties of this one but with the background set to the specified color. |
![]() | SetBackgroundBrush(Brush^) | Gets a new TextFormattingRunProperties with the properties of this one but with the background brush set to the specified brush. |
![]() | SetBackgroundOpacity(Double) | Gets a new TextFormattingRunProperties with the BackgroundOpacity property set to the specified opacity. |
![]() | SetBold(Boolean) | Returns a new TextFormattingRunProperties with the properties of this one but with the Bold property set the specified bold value. |
![]() | SetCultureInfo(CultureInfo^) | Gets a new TextFormattingRunProperties with the properties of this one but with the culture set to the specified culture information. |
![]() | SetFontHintingEmSize(Double) | Gets a new TextFormattingRunProperties with the properties of this one but with the font hinting size set to the specified size. |
![]() | SetFontRenderingEmSize(Double) | Gets a new TextFormattingRunProperties with the properties of this one but with the font rendering size set to the specified size. |
![]() | SetForeground(Color) | Gets a new TextFormattingRunProperties with the properties of this one but with the foreground set to the specified color |
![]() | SetForegroundBrush(Brush^) | Gets a new TextFormattingRunProperties with the properties of this one but with the new foreground Brush set to the specified brush. |
![]() | SetForegroundOpacity(Double) | Gets a new TextFormattingRunProperties with the properties of this one but with the ForegroundOpacity property set to the specified opacity. |
![]() | SetItalic(Boolean) | Gets a new TextFormattingRunProperties with the properties of this one but with the Italic property set to the italic value. |
![]() | SetTextDecorations(TextDecorationCollection^) | Gets a new TextFormattingRunProperties with the properties of this one but with the text decorations set to the specified text decorations. |
![]() | SetTextEffects(TextEffectCollection^) | Gets a new TextFormattingRunProperties with the properties of this one but with the text effects set to the specified text effects. |
![]() | SetTypeface(Typeface^) | Gets a new TextFormattingRunProperties with the properties of this one but with the typeface set to the specified typeface. |
![]() | ToString() | (Inherited from Object.) |

