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

In This Topic
    Model Property
    In This Topic
    Gets or sets the model style of the control used.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property Model As QrCodeModel
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual QrCodeModel Model {get; set;}
    See Also