Property Anchor
Anchor
Gets or sets the anchor of the model symbol layer.
Declaration
public SymbolAnchor? Anchor { get; set; }
Property Value
| Type | Description |
|---|---|
| SymbolAnchor | The anchor of the model symbol layer. |
Remarks
The anchor determines how the ModelSymbolLayer is positioned relative to the geometry. SymbolAnchor specifies the 3D model's anchor point and anchor placement mode. When you rotate or resize a model symbol layer, the transformation originates from the anchor point.
The anchor defaults to null, which is the origin of the 3D model or ModelShape.
An anchor with Absolute is not supported for model symbol layers.
See the SymbolAnchor documentation for a detailed description of the object.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |