Class for marker shapes.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsMarkerShape
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(67, 0)] [ImmutableAttribute] public class MarkerShape : ISerializable
The MarkerShape type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MarkerShape | Initializes a new instance of the MarkerShape class.
|
Properties
| Name | Description | |
|---|---|---|
| AnchorPointOverride |
Gets the anchor point override. Valid coordinates are in the range [-0.5, 0.5].
(-0.5, -0.5) is the top left corner of the image, and (0, 0) is at the center.
By default, this property is null, which implies the anchor point is derived from
the marker type. For the built-in markers, this is (0, 0).
| |
| MarkerType | Gets the type of the marker.
|
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a copy of this marker shape.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WithAnchorPointOverride |
Creates a new MarkerShape instance with an updated value for
the AnchorPointOverride property.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| ISerializableGetObjectData | Serialization.
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also