TextFormattingRunProperties.ClearForegroundOpacity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a new TextFormattingRunProperties with all properties the same, but clears the ForegroundOpacity property.
public:
Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ ClearForegroundOpacity();
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties ClearForegroundOpacity ();
member this.ClearForegroundOpacity : unit -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function ClearForegroundOpacity () As TextFormattingRunProperties
Returns
A TextFormattingRunProperties.