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