![]() ![]() |
ESRI.ArcGIS.ADF.IMS | |
RotationalAngles Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > LabelRenderer Class : RotationalAngles Property |
Visual Basic (Declaration) | |
---|---|
Public Property RotationalAngles As Integer() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As LabelRenderer Dim value() As Integer instance.RotationalAngles = value value = instance.RotationalAngles |
C# | |
---|---|
public int[] RotationalAngles {get; set;} |
The rotational angles are possible angles that the label can be placed at, relative to the labeled point. By default, labels are always placed horizontally. To rotate a label, a comma-delimited list of up to eight rotational angles can be given and are prioritized from first to last. For example, if the first priority is to place labels at 45 degrees and the second priority is at 30 degrees, the RotationalAngles value is "45,30".
RotationalAngles is only valid with point layers.
LabelPriority takes precedence over RotationalAngles. If labels are not rotating as expected, try removing the LabelPriority setting.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family