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