Gets the shape of the border around the entire label when the label has been dragged from its default position.

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

Syntax

C#
public PropertyEnum<TextBorderType> BorderType { get; }
Visual Basic
Public ReadOnly Property BorderType As PropertyEnum(Of TextBorderType)
	Get
Visual C++
public:
property PropertyEnum<TextBorderType>^ BorderType {
	PropertyEnum<TextBorderType>^ get ();
}

See Also