PointVisualizer.RotationMode Property
Gets or sets a value that indicates how a label or symbol is rotated.
Syntax
public Rotation RotationMode { get; set; }
Property Value
Default: Differs depending on type. See the table below.
A value that specifies the up direction, which is used to interpret the Rotation angle.
Default values
Class | Default value |
---|---|
PointVisualizerSet | Fixed |
SymbolVisualizer | Rotated |
TextVisualizer | Fixed |
Remarks
Together with the AzimuthRotation property, the RotationMode property specifies the up direction that is used when the rotation angle is zero; see the Rotation angle for more details.
The RotationMode can also say that labels should be rotated a further 180° to to avoid upside-down texts; See the Rotation enumeration for more details.
The default values listed in the table above are correct when instances are loaded from a configuration file. But for backward compatibility reasons, if a PointVisualizer instance is created from application code, the default for this propery will always be Fixed, even for a SymbolVisualizer.
Platforms
Windows, Linux, Android