LabelVisualizerTEntityEyeOffset Property |
Gets or sets the eye offset of each label from the position of the entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartesian EyeOffset { get; set; }
Public Property EyeOffset As Cartesian
Get
Set
public:
property Cartesian EyeOffset {
Cartesian get ();
void set (Cartesian value);
}
member EyeOffset : Cartesian with get, set
Property Value
Type:
CartesianSee Also