LabelStyleDefaultDefaultDraggedStateComponents Class

The dragged state components related properties of the default label style settings.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelStyleDefaultDefaultDraggedStateComponents

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class DefaultDraggedStateComponents : TreeOidWrapper

The LabelStyleDefaultDefaultDraggedStateComponents type exposes the following members.

Properties
 NameDescription
Public propertyBorderType Gets the shape of the border, either rounded or rectangular.
Public propertyBorderVisibility Gets the boolean value that specifies whether a border is visible for dragged labels.
Public propertyColor Gets the color for dragged components.
Public propertyDisplayType Gets the enum value that specifies how label content is displayed after it is dragged from its default position.
Public propertyGap Gets the distance between the leader and the label text.
Public propertyLeaderAttachment Gets the location where a leader hook is drawn in relation to label content.
Public propertyLeaderJustification Gets the boolean value that specifies the justification of label text in relation to the leader.
Public propertyLinetype Gets the linetype for dragged components.
Public propertyLineweight Gets the lineweight for dragged components.
Public propertyMaxTextWidth Gets the maximum plotted width for all text components.
Public propertyTextHeight Gets the plotted height for all text components.
Public propertyUseBackgroundMask Gets the boolean value that specifies whether use background mask when drawing.
Top
See Also