ASP.NET 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 Integer
    [Json(1)]
    public virtual int Mask {get; set;}
    See Also