Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.