Gets the shape of the border, either rounded or rectangular.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<TextBorderType> BorderType { get; }
VB
Public ReadOnly Property BorderType As PropertyEnum(Of TextBorderType) Get
C++
public: property PropertyEnum<TextBorderType>^ BorderType { PropertyEnum<TextBorderType>^ get (); }