'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.