LabelStyleBaseBaseDraggedStateComponentsDisplayType Property |
Gets the enum value that specifies how label content is displayed after it is dragged from its default position.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<LabelContentDisplayType> DisplayType { get; }
Public ReadOnly Property DisplayType As PropertyEnum(Of LabelContentDisplayType)
Get
public:
property PropertyEnum<LabelContentDisplayType>^ DisplayType {
PropertyEnum<LabelContentDisplayType>^ get ();
}
Property Value
PropertyEnumLabelContentDisplayType
See Also