Gets the default text style for all label text components in a drawing.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public PropertyString TextStyle { get; }
Visual Basic
Public ReadOnly Property TextStyle As PropertyString Get
Visual C++
public: property PropertyString^ TextStyle { PropertyString^ get (); }