Share

TextBaselineStyle Enumeration

Supported styles of text position relative to the normal baseline.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum TextBaselineStyle

Members

Member nameValueDescription
Normal0 Indicates a normal text with letters positioned on the baseline.
Subscript1 Indicates a subsript text.
Superscript2 Indicates a superscript text.

See Also

Reference

Was this information helpful?