TextFormattingRunProperties.BackgroundOpacityEmpty 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 background.
public:
property bool BackgroundOpacityEmpty { bool get(); };
public:
property bool BackgroundOpacityEmpty { bool get(); };
public bool BackgroundOpacityEmpty { get; }
member this.BackgroundOpacityEmpty : bool
Public ReadOnly Property BackgroundOpacityEmpty As Boolean
Property Value
true
if the there is no custom opacity set, false
otherwise.