Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.