VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomRulerAnnotationView Class / LengthUnitOfMeasure Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    LengthUnitOfMeasure Свойство (WpfDicomRulerAnnotationView)
    В этом разделе
    Возвращает или задает единицу измерения линейки.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Unit of measure of the ruler.")>
    <DefaultValueAttribute(Millimeters)>
    Public Property LengthUnitOfMeasure As Vintasoft.Imaging.UnitOfMeasure
    
    
    [Description("Unit of measure of the ruler.")]
    [DefaultValue(Millimeters)]
    public Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { get; set; }
    
    
    [Description("Unit of measure of the ruler.")]
    [DefaultValue(Millimeters)]
    public: __property Vintasoft.Imaging.UnitOfMeasure get_LengthUnitOfMeasure();
    public: __property void set_LengthUnitOfMeasure(
    Vintasoft.Imaging.UnitOfMeasure value
    );
    [Description("Unit of measure of the ruler.")]
    [DefaultValue(Millimeters)]
    public:
    property Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }
    Ремарки

    Значение этого свойства используется как единица измерения для расчета длины аннотации.

    Требования

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

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