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