Share

LabelStyleTextComponent.StyleText 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.7.0.1276

Syntax

C#

public class StyleText : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]

VB

Public Class StyleText
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]

C++

public ref class StyleText : public [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.

See Also

Reference

Was this information helpful?