'Declaration <CategoryAttribute("QR Code")> <DescriptionAttribute("QR mask pattern. Default value is -1 (mask pattern is calculated automatically).")> <DefaultValueAttribute(-1)> Public Property QRMaskPattern As Integer
[Category("QR Code")] [Description("QR mask pattern. Default value is -1 (mask pattern is calculated automatically).")] [DefaultValue(-1)] public int QRMaskPattern { get; set; }
[Category("QR Code")] [Description("QR mask pattern. Default value is -1 (mask pattern is calculated automatically).")] [DefaultValue(-1)] public: __property int get_QRMaskPattern(); public: __property void set_QRMaskPattern(
int value
);
[Category("QR Code")] [Description("QR mask pattern. Default value is -1 (mask pattern is calculated automatically).")] [DefaultValue(-1)] public:
property int QRMaskPattern { int get(); void set(int value); }
Property Value
-1 - параметр рассчитывается автоматически.
Значение по умолчанию: -1.
Значение по умолчанию: -1.