VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomRulerAnnotationData Class / TickLabelAlignment Property
Syntax Requirements SeeAlso
In This Topic
    TickLabelAlignment Property (DicomRulerAnnotationData)
    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.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