VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomCrosshairAnnotationView Class / TickLabelAlignment Property
Синтаксис Требования Смотрите также
В этом разделе
    TickLabelAlignment Свойство (DicomCrosshairAnnotationView)
    В этом разделе
    Возвращает или задает выравнивание метки деления.
    Синтаксис
    '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

    Значение по умолчанию - DicomTickLabelAlignment.Top.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также