Share

LabelStyleBase.Behavior Property

Gets the behavior related properties of the default label style.



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

Syntax

C#

public LabelStyleBaseBaseBehavior Behavior { get; }

VB

Public ReadOnly Property Behavior As LabelStyleBaseBaseBehavior
	Get

C++

public:
property LabelStyleBaseBaseBehavior^ Behavior {
	LabelStyleBaseBaseBehavior^ get ();
}

Property Value

LabelStyleBaseBaseBehavior

See Also

Reference

Was this information helpful?