VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomCrosshairAnnotationView Class / AxisTickDistance Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    AxisTickDistance Свойство (DicomCrosshairAnnotationView)
    В этом разделе
    Возвращает или задает расстояние в единицах, указанных свойством AxisUnits, между отметками на оси.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")>
    <DefaultValueAttribute(0)>
    Public Property AxisTickDistance As Single
    
    
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public float AxisTickDistance { get; set; }
    
    
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public: __property float get_AxisTickDistance();
    public: __property void set_AxisTickDistance(
    float value
    );
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public:
    property float AxisTickDistance { float get(); void set(float value); }

    Property Value

    Значение по умолчанию - 0.
    Исключения
    ИсключениеОписание
    Дистанция деления не может быть отрицательной.
    Требования

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

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