←Select platform

MajorTicks Property

Summary

Gets or sets the value of the "Major Ticks Sequence" element (0070,0287) under one of the items under the "Compound Graphic Sequence" (0070,0209) in the "Graphic Annotation Module".

Syntax

C#
VB
WinRT C#
C++
public IList<DicomMajorTick> MajorTicks {get;} 
Public ReadOnly Property MajorTicks As IList(Of DicomMajorTick) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<DicomMajorTick> MajorTicks {get;} 
 get_MajorTicks();  
public: 
property IList<DicomMajorTick^>^ MajorTicks { 
   IList<DicomMajorTick^>^ get(); 
} 

Property Value

The value of the "Major Ticks Sequence" element (0070,0287) under one of the items under the "Compound Graphic Sequence" (0070,0209) in the "Graphic Annotation Module".

Remarks

This element is conditional and will be written if Type is Axis.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly