ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / QrCode Class / Mask Property






In This Topic
    Mask Property (QrCode)
    In This Topic
    Gets or sets the patterns that are defined on a grid, which are repeated as necessary to cover the whole symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Mask As System.Integer
    'Usage
     
    
    Dim instance As QrCode
    Dim value As System.Integer
     
    instance.Mask = value
     
    value = instance.Mask
    [Json(1)]
    public virtual System.int Mask {get; set;}
    public read-write property Mask: System.Integer; virtual; 
    JsonAttribute(1)
    public function get,set Mask : System.int
    [Json(1)]
    public: __property virtual System.int get_Mask();
    public: __property virtual void set_Mask( 
       System.int value
    );
    [Json(1)]
    public:
    virtual property System.int Mask {
       System.int get();
       void set (    System.int value);
    }
    See Also