LabelStyleTextComponentStyleText Class

Text style settings for label text components.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
    Autodesk.Civil.DatabaseServices.StylesLabelStyleTextComponentStyleText
      Autodesk.Civil.DatabaseServices.StylesLabelStyleTextForEachComponentStyleText

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class StyleText : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]

The LabelStyleTextComponentStyleText type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the angle of the text comonent from the start point.
Public propertyAttachment Gets the point, calculated based on a rectangle that encompasses the text component, where the text component is attached to the anchor point
Public propertyColor Gets the color of the text component.
Public propertyContents Gets the contents for text component.
Public propertyHeight Gets the height for text component.
Public propertyLineweight Gets the line weight of the line component.
Public propertyMaxWidth Gets the maximum width for text component.
Public propertyXOffset Gets the text component away from an object in the X direction.
Public propertyYOffset Gets the text component away from an object in the Y direction.
Top
See Also