VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomCrosshairAnnotationData Class / TickLabelAlignment Property
Syntax Requirements SeeAlso
In This Topic
    TickLabelAlignment Property (DicomCrosshairAnnotationData)
    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 DicomTickLabelAlignment
    
    
    [Category("Dicom")]
    [Description("The alignment of tick label.")]
    public DicomTickLabelAlignment TickLabelAlignment { get; set; }
    
    
    [Category("Dicom")]
    [Description("The alignment of tick label.")]
    public: __property DicomTickLabelAlignment get_TickLabelAlignment();
    public: __property void set_TickLabelAlignment(
    DicomTickLabelAlignment value
    );
    [Category("Dicom")]
    [Description("The alignment of tick label.")]
    public:
    property DicomTickLabelAlignment TickLabelAlignment { DicomTickLabelAlignment get(); void set(DicomTickLabelAlignment value); }

    Property Value

    Default value is DicomTickLabelAlignment.Bottom.
    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