'Declaration <RefreshPropertiesAttribute(Repaint)> <CategoryAttribute("Appearance")> <DefaultValueAttribute(300)> <DescriptionAttribute("The resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.")> Public Property Resolution As Single
[RefreshProperties(Repaint)] [Category("Appearance")] [DefaultValue(300)] [Description("The resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.")] public float Resolution { get; set; }
[RefreshProperties(Repaint)] [Category("Appearance")] [DefaultValue(300)] [Description("The resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.")] public: __property float get_Resolution(); public: __property void set_Resolution(
float value
);
[RefreshProperties(Repaint)] [Category("Appearance")] [DefaultValue(300)] [Description("The resolution, in dots-per-inch (dpi), at which the barcode object shall be rendered.")] public:
property float Resolution { float get(); void set(float value); }
Property Value
Default value is 300.