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 float TickPosition {get; set;}
<br/>get_TickPosition();<br/>set_TickPosition(value);<br/>Object.defineProperty('TickPosition');
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).
For an example, refer to CreateCompoundGraphic.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET