[Missing <summary> documentation for P:PerpetuumSoft.Framework.Drawing.QRBarCode.QRCodeSettings.Mask]

Namespace:  PerpetuumSoft.Framework.Drawing.QRBarCode
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public QRCodeMask Mask { get; set; }
Visual Basic (Declaration)
Public Property Mask As QRCodeMask
Visual C++
public:
property QRCodeMask Mask {
	QRCodeMask get ();
	void set (QRCodeMask value);
}

See Also