IPopupIntellisensePresenter::Opacity Property

 

Gets or sets the opacity of this popup presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

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

Property Value

Type: System::Double

The opacity of this popup presenter.

The presenter should use this property to set the opacity of its surface element and of any other text-obscuring UI elements it has provided.

Return to top
Show: