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
'宣言
Property Opacity As Double
Get
Set
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.