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

    Property Value

    Default value is DicomTickLabelAlignment.Top.
    Requirements

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

    See Also