'Declaration <DefaultValueAttribute(Millimeters)> <CategoryAttribute("Measuring Annotation")> <DescriptionAttribute("The unit of measure for all annotations of measure tool.")> Public Property UnitsOfMeasure As Vintasoft.Imaging.UnitOfMeasure
[DefaultValue(Millimeters)] [Category("Measuring Annotation")] [Description("The unit of measure for all annotations of measure tool.")] public Vintasoft.Imaging.UnitOfMeasure UnitsOfMeasure { get; set; }
[DefaultValue(Millimeters)] [Category("Measuring Annotation")] [Description("The unit of measure for all annotations of measure tool.")] public: __property Vintasoft.Imaging.UnitOfMeasure get_UnitsOfMeasure(); public: __property void set_UnitsOfMeasure(
Vintasoft.Imaging.UnitOfMeasure value
);
[DefaultValue(Millimeters)] [Category("Measuring Annotation")] [Description("The unit of measure for all annotations of measure tool.")] public:
property Vintasoft.Imaging.UnitOfMeasure UnitsOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }
Property Value
Значение по умолчанию: Vintasoft.Imaging.UnitOfMeasure.Millimeters.