'Declaration <DescriptionAttribute("Unit of measure of the ruler.")> <DefaultValueAttribute(Millimeters)> Public Property LengthUnitOfMeasure As Vintasoft.Imaging.UnitOfMeasure
[Description("Unit of measure of the ruler.")] [DefaultValue(Millimeters)] public Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { get; set; }
[Description("Unit of measure of the ruler.")] [DefaultValue(Millimeters)] public: __property Vintasoft.Imaging.UnitOfMeasure get_LengthUnitOfMeasure(); public: __property void set_LengthUnitOfMeasure(
Vintasoft.Imaging.UnitOfMeasure value
);
[Description("Unit of measure of the ruler.")] [DefaultValue(Millimeters)] public:
property Vintasoft.Imaging.UnitOfMeasure LengthUnitOfMeasure { Vintasoft.Imaging.UnitOfMeasure get(); void set(Vintasoft.Imaging.UnitOfMeasure value); }