TextFormattingRunProperties.ClearForegroundOpacity Method
Gets a new TextFormattingRunProperties with the ForegroundOpacity property cleared.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Function ClearForegroundOpacity As TextFormattingRunProperties
public TextFormattingRunProperties ClearForegroundOpacity()
public:
TextFormattingRunProperties^ ClearForegroundOpacity()
member ClearForegroundOpacity : unit -> TextFormattingRunProperties
public function ClearForegroundOpacity() : TextFormattingRunProperties
Return Value
Type: Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
A TextFormattingRunProperties.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.