VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomRulerAnnotationView Class / TickAlignment Property
Syntax Requirements SeeAlso
In This Topic
    TickAlignment Property (DicomRulerAnnotationView)
    In This Topic
    Gets or sets the alignment of tick.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("The alignment of tick.")>
    Public Property TickAlignment As Vintasoft.Imaging.Annotation.Dicom.DicomTickAlignment
    
    
    [Category("Dicom")]
    [Description("The alignment of tick.")]
    public Vintasoft.Imaging.Annotation.Dicom.DicomTickAlignment TickAlignment { get; set; }
    
    
    [Category("Dicom")]
    [Description("The alignment of tick.")]
    public: __property Vintasoft.Imaging.Annotation.Dicom.DicomTickAlignment get_TickAlignment();
    public: __property void set_TickAlignment(
    Vintasoft.Imaging.Annotation.Dicom.DicomTickAlignment value
    );

    Property Value

    Default value is DicomTickAlignment.Top.
    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