Share

LabelStyleBase.BaseDraggedStateComponents.BorderType Property

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 ();
}

Property Value

PropertyEnumTextBorderType

See Also

Reference

Was this information helpful?