TextFormattingRunProperties::BackgroundOpacity Property

 

Returns the opacity of the background.

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

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

Property Value

Type: System::Double

The opacity of the background.

Returns 1.0 if BackgroundOpacityEmpty is true.

Return to top
Show: