LabelStyleTextComponent Class

Specifies the appearance and behavior of text feature labels in the drawing. Controls the appearance of the text itself.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public class LabelStyleTextComponent : LabelStyleComponent

Visual Basic

Public Class LabelStyleTextComponent _
	Inherits LabelStyleComponent

Visual C++

public ref class LabelStyleTextComponent : public LabelStyleComponent

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServices.DBObject
              Autodesk.Civil.DatabaseServices.Styles.StyleBase
                Autodesk.Civil.DatabaseServices.Styles.LabelStyleComponent
                  Autodesk.Civil.DatabaseServices.Styles.LabelStyleTextComponent

See Also