Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
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 factor.
.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.