Freigeben über


ClassificationFormatDefinition.BackgroundOpacity-Eigenschaft

Ruft die Durchlässigkeit des Hintergrunds ab oder legt diese fest.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property BackgroundOpacity As Nullable(Of Double)
public Nullable<double> BackgroundOpacity { get; protected set; }
public:
property Nullable<double> BackgroundOpacity {
    Nullable<double> get ();
    protected: void set (Nullable<double> value);
}
member BackgroundOpacity : Nullable<float> with get, set
function get BackgroundOpacity () : Nullable<double>
protected function set BackgroundOpacity (value : Nullable<double>)

Eigenschaftswert

Typ: Nullable<Double>
Die Durchlässigkeit.

Hinweise

Dieser Wert überschreibt die Durchlässigkeit von Einstellungen in der BackgroundBrush-Eigenschaft, wenn dieses Klassifizierungsformat eine höhere Priorität besitzt.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClassificationFormatDefinition Klasse

Microsoft.VisualStudio.Text.Classification-Namespace