Share

LabelStyleTextComponent.StyleBorder.BorderType Property

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.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?