C#
VB
C++
Gets or sets the value of the "Tick Position" element (0070,0288) under one of the items under the "Major Ticks Sequence" (0070,0287) in the "Graphic Annotation Module".
public float TickPosition { get; set; }
Public Property TickPosition As Single
public:
property float TickPosition {
float get();
void set ( float value);
}
The value of the value of the "Tick Position" element (0070,0288) under one of the items under the "Major Ticks Sequence" (0070,0287) in the "Graphic Annotation Module".
This element is mandatory. It specifies the position of the tick in the range 0.0 (start point) to 1.0 (end point).