LabelStyleDefaultDefaultPlanReadabilityFlipAnchorsWithText Property |
Gets the boolean that specifies whether flip anchors with text.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyBoolean FlipAnchorsWithText { get; }
Public ReadOnly Property FlipAnchorsWithText As PropertyBoolean
Get
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