TextFormattingRunProperties Methods

 

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodBackgroundBrushSame(Brush^)

Determines whether the background brush for this TextFormattingRunProperties is the same as the specified brush.

System_CAPS_pubmethodClearBackgroundBrush()

Gets a new TextFormattingRunProperties with all properties the same except for the background brush.

System_CAPS_pubmethodClearBackgroundOpacity()

Gets a new TextFormattingRunProperties with the BackgroundOpacity property cleared.

System_CAPS_pubmethodClearBold()

Gets a new TextFormattingRunProperties with the Bold property cleared.

System_CAPS_pubmethodClearCultureInfo()

Gets a new TextFormattingRunProperties with all properties the same except for the culture info.

System_CAPS_pubmethodClearFontHintingEmSize()

Gets a new TextFormattingRunProperties with all properties the same except for the font hinting size.

System_CAPS_pubmethodClearFontRenderingEmSize()

Gets a new TextFormattingRunProperties with all properties the same except for the rendering size.

System_CAPS_pubmethodClearForegroundBrush()

Gets a new TextFormattingRunProperties with all properties the same except for the foreground brush.

System_CAPS_pubmethodClearForegroundOpacity()

Gets a new TextFormattingRunProperties with the ForegroundOpacity property cleared.

System_CAPS_pubmethodClearItalic()

Gets a new TextFormattingRunProperties with all properties the same, but clears the Italic property.

System_CAPS_pubmethodClearTextDecorations()

Gets a new TextFormattingRunProperties with all properties the same except for the text decorations.

System_CAPS_pubmethodClearTextEffects()

Gets a new TextFormattingRunProperties with all properties the same except for the text effects.

System_CAPS_pubmethodClearTypeface()

Gets a new TextFormattingRunProperties with all properties the same except for the typeface.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextFormattingRunProperties()

Initializes a new instance of TextFormattingRunProperties.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextFormattingRunProperties(Brush^, Brush^, Typeface^, Nullable<Double>, Nullable<Double>, TextDecorationCollection^, TextEffectCollection^, CultureInfo^)

Initializes a new instance of TextFormattingRunProperties with the specified options.

System_CAPS_pubmethodSystem_CAPS_staticCreateTextFormattingRunProperties(Typeface^, Double, Color)

Initializes a new instance of TextFormattingRunProperties with the specified options.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodForegroundBrushSame(Brush^)

Determines whether the foreground brush for this TextFormattingRunProperties is the same as the specified.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Serializes the TextFormattingRunProperties object using a XamlWriter.

System_CAPS_pubmethodGetRealObject(StreamingContext)

Gets the cached TextFormattingRunProperties object, or creates one if none exists.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSameSize(TextFormattingRunProperties^)

Determines whether font sizes for two TextFormattingRunProperties objects are the same.

System_CAPS_pubmethodSetBackground(Color)

Gets a new TextFormattingRunProperties with the properties of this one but with the background set to the specified color.

System_CAPS_pubmethodSetBackgroundBrush(Brush^)

Gets a new TextFormattingRunProperties with the properties of this one but with the background brush set to the specified brush.

System_CAPS_pubmethodSetBackgroundOpacity(Double)

Gets a new TextFormattingRunProperties with the BackgroundOpacity property set to the specified opacity.

System_CAPS_pubmethodSetBold(Boolean)

Returns a new TextFormattingRunProperties with the properties of this one but with the Bold property set the specified bold value.

System_CAPS_pubmethodSetCultureInfo(CultureInfo^)

Gets a new TextFormattingRunProperties with the properties of this one but with the culture set to the specified culture information.

System_CAPS_pubmethodSetFontHintingEmSize(Double)

Gets a new TextFormattingRunProperties with the properties of this one but with the font hinting size set to the specified size.

System_CAPS_pubmethodSetFontRenderingEmSize(Double)

Gets a new TextFormattingRunProperties with the properties of this one but with the font rendering size set to the specified size.

System_CAPS_pubmethodSetForeground(Color)

Gets a new TextFormattingRunProperties with the properties of this one but with the foreground set to the specified color

System_CAPS_pubmethodSetForegroundBrush(Brush^)

Gets a new TextFormattingRunProperties with the properties of this one but with the new foreground Brush set to the specified brush.

System_CAPS_pubmethodSetForegroundOpacity(Double)

Gets a new TextFormattingRunProperties with the properties of this one but with the ForegroundOpacity property set to the specified opacity.

System_CAPS_pubmethodSetItalic(Boolean)

Gets a new TextFormattingRunProperties with the properties of this one but with the Italic property set to the italic value.

System_CAPS_pubmethodSetTextDecorations(TextDecorationCollection^)

Gets a new TextFormattingRunProperties with the properties of this one but with the text decorations set to the specified text decorations.

System_CAPS_pubmethodSetTextEffects(TextEffectCollection^)

Gets a new TextFormattingRunProperties with the properties of this one but with the text effects set to the specified text effects.

System_CAPS_pubmethodSetTypeface(Typeface^)

Gets a new TextFormattingRunProperties with the properties of this one but with the typeface set to the specified typeface.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: