Show / Hide Table of Contents

Property TextOrientation

TextOrientation

Gets or sets the orientation of the text, which can be either angle direction or screen-oriented. Not supported by 3D scenes.

Declaration
public LabelTextOrientation TextOrientation { get; set; }
Property Value
Type Description
LabelTextOrientation

The orientation of the text, which can be either angle direction or screen-oriented. Not supported by 3D scenes.

Remarks

Optional specification of whether text should follow the placement angle direction even if it means being rendered upside-down, or whether text should be flipped through 180 degrees to keep it screen-oriented. This setting will take effect whenever the feature geometry determines that the text is angled upside-down, or if the map is rotated within the screen to make the text upside-down (with respect to the screen).

The default is Automatic, which is interpreted as Screen.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.11 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.11 - 200.7
Xamarin.Android100.11 - 100.15
Xamarin.iOS100.11 - 100.15
UWP100.11 - 200.7
In This Article
Back to top Copyright © 2022 Esri.