VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomAxisAnnotationData Class / MajorTicks Property
Syntax Requirements SeeAlso
In This Topic
    MajorTicks Property (DicomAxisAnnotationData)
    In This Topic
    Gets the major ticks of the annotation.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("The major ticks of the annotation.")>
    Public ReadOnly Property MajorTicks As DicomRulerTickCollection
    
    
    [Category("Dicom")]
    [Description("The major ticks of the annotation.")]
    public DicomRulerTickCollection MajorTicks { get; }
    
    
    [Category("Dicom")]
    [Description("The major ticks of the annotation.")]
    public: __property DicomRulerTickCollection* get_MajorTicks();
    
    
    
    [Category("Dicom")]
    [Description("The major ticks of the annotation.")]
    public:
    property DicomRulerTickCollection^ MajorTicks { DicomRulerTickCollection^ get(); }

    Property Value

    By default axis contains 3 ticks with values: 0, 0.5 and 1.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also