Show / Hide Table of Contents

Class SymbolAnchor

Implements the anchor of a symbol layer, including placement mode and x, y anchor values.

Inheritance
System.Object
SymbolAnchor
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SymbolAnchor
Remarks

SymbolAnchor contains the properties necessary to define the anchor for a symbol layer. These anchor properties define both the anchor values (x, y) and the placement mode. This can be passed to MarkerSymbolLayer objects to control marker anchor properties.

Constructors

Name Description
SymbolAnchor(Double, Double, SymbolAnchorPlacementMode)

Initializes a new instance of the SymbolAnchor class and sets up the properties.

Properties

Name Description
PlacementMode

Gets the anchor placement mode of the symbol anchor object.

X

Gets the x-component of the symbol anchor object.

Y

Gets the y-component of the symbol anchor object.

Applies to

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