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.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.11 - 100.15 |
.NET 5 | 100.11 - 100.12 |
.NET Core 3.1 | 100.11 - 100.12 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 100.15 |