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