ClassificationFormatDefinition::ForegroundOpacity Property

 

Gets or sets the opacity of the foreground.

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

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

Property Value

Type: System::Nullable<Double>

The foreground opacity.

This value overrides the opacity settings in the ForegroundBrush property if this classification format has a higher priority.

Return to top
Show: