Gets the enum value that specifies how label content is displayed after it is dragged from its default position.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<LabelContentDisplayType> DisplayType { get; }
VB
Public ReadOnly Property DisplayType As PropertyEnum(Of LabelContentDisplayType) Get
C++
public: property PropertyEnum<LabelContentDisplayType>^ DisplayType { PropertyEnum<LabelContentDisplayType>^ get (); }