TextFormattingRunProperties::ForegroundOpacity Property

 

Gets the opacity of the foreground.

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

public:
property double ForegroundOpacity {
	double get();
}

Property Value

Type: System::Double

The opacity of the foreground.

Returns 1.0 if ForegroundOpacityEmpty is true.

Return to top
Show: