Share via


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)

Syntax

'Declaration
Property Opacity As Double
double Opacity { get; set; }
property double Opacity {
    double get ();
    void set (double value);
}
abstract Opacity : float with get, set
function get Opacity () : double 
function set Opacity (value : double)

Property Value

Type: System.Double
The opacity of this popup presenter.

Remarks

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.

.NET Framework Security

See Also

Reference

IPopupIntellisensePresenter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace