Share

LabelStyleDefault.DefaultLeader Class

The leader related properties of the default label style settings.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.DatabaseServices.StylesLabelStyleDefaultDefaultLeader


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

Syntax

C#

public sealed class DefaultLeader : TreeOidWrapper

VB

Public NotInheritable Class DefaultLeader
	Inherits TreeOidWrapper

C++

public ref class DefaultLeader sealed : public TreeOidWrapper

The LabelStyleDefaultDefaultLeader type exposes the following members.

Properties

 NameDescription
Public propertyArrowheadSize Gets the size of the arrow head.
Public propertyArrowheadStyle Gets the arrow head style for a leader.
Public propertyColor Gets the color for leaders.
Public propertyLinetype Gets the linetype for leaders.
Public propertyLineweight Gets the lineweight for leaders.
Public propertyShape Gets the enum value that specifies the shape of the leader.
Public propertyVisibility Gets a boolean value that sSpecifies whether leaders are visible when you drag a label from its original position.

See Also

Reference

Was this information helpful?