Share via


IAdornmentLayer.Opacity Property

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

See Also

Reference

IAdornmentLayer Interface

Microsoft.VisualStudio.Text.Editor Namespace