TextFormattingRunProperties.ForegroundOpacityEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether any custom opacity is explicitly set for the foreground.
public:
property bool ForegroundOpacityEmpty { bool get(); };
public:
property bool ForegroundOpacityEmpty { bool get(); };
public bool ForegroundOpacityEmpty { get; }
member this.ForegroundOpacityEmpty : bool
Public ReadOnly Property ForegroundOpacityEmpty As Boolean
Property Value
true
if the there is no custom opacity set, false
otherwise.