Share

LabelStyleBase.BasePlanReadability.FlipAnchorsWithText Property

Gets the boolean that specifies whether flip anchors with text.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyBoolean FlipAnchorsWithText { get; }

VB

Public ReadOnly Property FlipAnchorsWithText As PropertyBoolean
	Get

C++

public:
property PropertyBoolean^ FlipAnchorsWithText {
	PropertyBoolean^ get ();
}

Property Value

PropertyBoolean

Remarks

If true: Ensures that if text is rotated to make plan-readable, the anchors will also be flipped. If false: The flipped label always looks like a mirror of the original.

See Also

Reference

Was this information helpful?