VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / UnitsOfMeasure Property
Синтаксис Требования Смотрите также
В этом разделе
    UnitsOfMeasure Свойство (WpfImageMeasureTool)
    В этом разделе
    Возвращает или задает единицу измерения для всех аннотаций инструмента измерения.
    Синтаксис
    '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

    Значение по умолчанию - Vintasoft.Imaging.UnitOfMeasure.Millimeters.
    Требования

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

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