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