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 sealed class StyleBorder : LabelStyleTextComponentStyleBorder
VB
Public NotInheritable Class StyleBorder Inherits LabelStyleTextComponentStyleBorder
C++
public ref class StyleBorder sealed : public LabelStyleTextComponentStyleBorder
The LabelStyleTextForEachComponentStyleBorder type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundMask |
Gets whether use background mask when drawing.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| BorderType |
Gets the shape of the border around the entire label when the label has been dragged from its default position.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| Color |
Gets the color for a new text border or changes the color of an existing border.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| Gap |
Gets the gap, in plotted units, between the label text and the boarder.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| Linetype |
Gets the linetype for a new text border or changes an existing border linetype.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| Lineweight |
Gets the lineweight for a new text border or changes the lineweight of an existing border.
(Inherited from LabelStyleTextComponentStyleBorder) | |
| Visible |
Gets whether to display a border around the text component.
(Inherited from LabelStyleTextComponentStyleBorder) |
