TextNode.IsItalic Property

TextNodeIsItalic Property

Indicates whether the default formatting is set to italic text.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsItalic { get; }
Public ReadOnly Property IsItalic As Boolean
	Get
public:
property bool IsItalic {
	bool get ();
}
member IsItalic : bool with get

Property Value

Boolean
See Also