Border style settings for label text components.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
Autodesk.Civil.DatabaseServices.StylesLabelStyleTextComponentStyleBorder
Autodesk.Civil.DatabaseServices.StylesLabelStyleTextForEachComponentStyleBorder
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class StyleBorder : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
VB
Public Class StyleBorder Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
C++
public ref class StyleBorder : public [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]
The LabelStyleTextComponentStyleBorder type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BackgroundMask | Gets whether use background mask when drawing. |
![]() | BorderType | Gets the shape of the border around the entire label when the label has been dragged from its default position. |
![]() | Color | Gets the color for a new text border or changes the color of an existing border. |
![]() | Gap | Gets the gap, in plotted units, between the label text and the boarder. |
![]() | Linetype | Gets the linetype for a new text border or changes an existing border linetype. |
![]() | Lineweight | Gets the lineweight for a new text border or changes the lineweight of an existing border. |
![]() | Visible | Gets whether to display a border around the text component. |