Share

LabelStyleTextComponent.Text Property

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 ();
}

Property Value

LabelStyleTextComponentStyleText

See Also

Reference

Was this information helpful?