The dragged state components related properties of the default label style.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]
Autodesk.Civil.DatabaseServices.StylesLabelStyleBaseBaseDraggedStateComponents
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class BaseDraggedStateComponents : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]
VB
Public NotInheritable Class BaseDraggedStateComponents Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]
C++
public ref class BaseDraggedStateComponents sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleCollector>]
The LabelStyleBaseBaseDraggedStateComponents type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BorderType | Gets the shape of the border, either rounded or rectangular. | |
| BorderVisibility | Gets the boolean value that specifies whether a border is visible for dragged labels. | |
| Color | Gets the color for dragged components. | |
| DisplayType | Gets the enum value that specifies how label content is displayed after it is dragged from its default position. | |
| Gap | Gets the distance between the leader and the label text. | |
| LeaderAttachment | Gets the location where a leader hook is drawn in relation to label content. | |
| LeaderJustification | Gets the boolean value that specifies the justification of label text in relation to the leader. | |
| Linetype | Gets the linetype for dragged components. | |
| Lineweight | Gets the linetype for dragged components. | |
| MaxTextWidth | Gets the maximum plotted width for all text components. | |
| TextHeight | Gets the plotted height for all text components. | |
| UseBackgroundMask | Gets the boolean value that specifies whether use background mask when drawing. |
