LabelStyleTextComponentStyleBorder Class

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.292
Syntax
public class StyleBorder : [T:Autodesk.Civil.CivilWrapper<AeccDbLabelStyleText>]

The LabelStyleTextComponentStyleBorder type exposes the following members.

Properties
 NameDescription
Public propertyBackgroundMask Gets whether use background mask when drawing.
Public propertyBorderType Gets the shape of the border around the entire label when the label has been dragged from its default position.
Public propertyColor Gets the color for a new text border or changes the color of an existing border.
Public propertyGap Gets the gap, in plotted units, between the label text and the boarder.
Public propertyLinetype Gets the linetype for a new text border or changes an existing border linetype.
Public propertyLineweight Gets the lineweight for a new text border or changes the lineweight of an existing border.
Public propertyVisible Gets whether to display a border around the text component.
Top
See Also