VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomRulerAnnotationView Class / Length Property
Синтаксис Требования Смотрите также
В этом разделе
    Length Свойство (DicomRulerAnnotationView)
    В этом разделе
    Возвращает длину в единицах, указанных в UnitOfMeasure.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The length, in units specified in the UnitOfMeasure, of annotation.")>
    Public ReadOnly Property Length As Single
    
    
    [Description("The length, in units specified in the UnitOfMeasure, of annotation.")]
    public float Length { get; }
    
    
    [Description("The length, in units specified in the UnitOfMeasure, of annotation.")]
    public: __property float get_Length();
    
    
    
    [Description("The length, in units specified in the UnitOfMeasure, of annotation.")]
    public:
    property float Length { float get(); }
    Требования

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

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