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