Share via


TextFormattingRunProperties.ForegroundOpacityEmpty Property

Determines whether any custom opacity is explicitly set for the foreground.

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

Syntax

'Declaration
Public ReadOnly Property ForegroundOpacityEmpty As Boolean
public bool ForegroundOpacityEmpty { get; }
public:
property bool ForegroundOpacityEmpty {
    bool get ();
}
member ForegroundOpacityEmpty : bool with get
function get ForegroundOpacityEmpty () : boolean

Property Value

Type: System.Boolean
true if any custom opacity is explicitly set for the foreground, otherwise false.

.NET Framework Security

See Also

Reference

TextFormattingRunProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace