Gets the text style settings.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStyleTextComponentStyleText Text { get; }
VB
Public ReadOnly Property Text As LabelStyleTextComponentStyleText Get
C++
public: property LabelStyleTextComponentStyleText^ Text { LabelStyleTextComponentStyleText^ get (); }