IAdornmentLayer::Opacity Property

 

Gets or sets the opacity factor applied to the entire adornment layer when it is rendered in the user interface.

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

property double Opacity {
	double get();
	void set(double value);
}

Property Value

Type: System::Double

The opacity factor.

Return to top
Show: