VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomRulerAnnotationView Class / LengthUnitOfMeasure Property
Syntax Remarks Requirements SeeAlso
In This Topic
    LengthUnitOfMeasure Property (DicomRulerAnnotationView)
    In This Topic
    Gets or sets the unit of measure for calculating length of annotation.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Millimeters)>
    <DescriptionAttribute("The unit of measure for calculating length of annotation.")>
    Public Property LengthUnitOfMeasure As Vintasoft.Imaging.UnitOfMeasure
    
    
    [DefaultValue(Millimeters)]
    [Description("The unit of measure for calculating length of annotation.")]
    public Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { get; set; }
    
    
    [DefaultValue(Millimeters)]
    [Description("The unit of measure for calculating length of annotation.")]
    public: __property Vintasoft.Imaging.UnitOfMeasure get_LengthUnitOfMeasure();
    public: __property void set_LengthUnitOfMeasure(
    Vintasoft.Imaging.UnitOfMeasure value
    );
    [DefaultValue(Millimeters)]
    [Description("The unit of measure for calculating length of annotation.")]
    public:
    property Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }
    Remarks

    Value of this property is used as a unit of measure for calculating the annotation length.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also