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