Show / Hide Table of Contents

Property Angle

Angle

Gets or sets the LabelAngle that specifies angular positions and layout directions for labels on or around point feature symbols.

Declaration
public LabelAngle Angle { get; set; }
Property Value
Type Description
LabelAngle

The LabelAngle that specifies angular positions and layout directions for labels on or around point feature symbols.

Remarks

This optional property specifies how to position a label following the direction of an angle. The angular position may be different for each feature (driven by one or more feature attributes) or constant for all features (specified by a fixed number).

The Placement value will still be used to indicate whether offset or centered positioning is required, but the exact position will be overridden by the angle calculated for the feature. Once the position has been determined, TextLayout and TextOrientation are used to specify the layout of the text at that position.

Warning: If the expression attempts to use attributes which don't exist then no label will be produced. This is distinct from the attribute existing but having a null or empty value, which will be interpreted as a zero angle.

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.