VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / UnitsOfMeasure Property
Syntax Requirements SeeAlso
In This Topic
    UnitsOfMeasure Property (WpfImageMeasureTool)
    In This Topic
    Gets or sets the unit of measure for all annotations of measure tool.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The unit of measure for all annotations of measure tool.")>
    <CategoryAttribute("Measuring Annotation")>
    <DefaultValueAttribute(Millimeters)>
    Public Property UnitsOfMeasure As Vintasoft.Imaging.UnitOfMeasure
    
    
    [Description("The unit of measure for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    [DefaultValue(Millimeters)]
    public Vintasoft.Imaging.UnitOfMeasure UnitsOfMeasure { get; set; }
    
    
    [Description("The unit of measure for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    [DefaultValue(Millimeters)]
    public: __property Vintasoft.Imaging.UnitOfMeasure get_UnitsOfMeasure();
    public: __property void set_UnitsOfMeasure(
    Vintasoft.Imaging.UnitOfMeasure value
    );
    [Description("The unit of measure for all annotations of measure tool.")]
    [Category("Measuring Annotation")]
    [DefaultValue(Millimeters)]
    public:
    property Vintasoft.Imaging.UnitOfMeasure UnitsOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }

    Property Value

    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