LabelStyleTextForEachComponentStyleBorder Class

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 sealed class StyleBorder : LabelStyleTextComponentStyleBorder

The LabelStyleTextForEachComponentStyleBorder type exposes the following members.

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