Gets the boolean that specifies whether flip anchors with text.

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

Syntax

C#
public PropertyBoolean FlipAnchorsWithText { get; }
Visual Basic
Public ReadOnly Property FlipAnchorsWithText As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ FlipAnchorsWithText {
	PropertyBoolean^ get ();
}

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