ClassificationFormatDefinition::BackgroundOpacity Property

 

Gets or sets the opacity of the background.

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

public:
property Nullable<double> BackgroundOpacity {
	[CompilerGeneratedAttribute]
	Nullable<double> get();
	[CompilerGeneratedAttribute]
	protected: void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>

The opacity.

This value will override the opacity settings in the BackgroundBrush property if this classification format has a higher priority.

Return to top
Show: