LabelStyleDefaultDefaultBehaviorInsideCurveOption Property

Gets the LabelPlaceType enum value that specifies whether labels are placed inside or outside a curve.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PropertyEnum<LabelInsideCurveType> InsideCurveOption { get; }

Property Value

PropertyEnumLabelInsideCurveType
Remarks
If true: Moves label components on the outside of curve to the inside of curve. The components maintain the same offset and rotation. If false: All label components remain as composed. This is the default setting. Available only for curve label styles. This setting has precedence over any forced insertion setting.
See Also