ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Overridable Property Mask As Integer
    public virtual int Mask {get; set;}
    See Also