In This Topic
Gets or sets the model style of the control used.
Syntax
'Declaration
<JsonAttribute(1)>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overridable Property Model As QrCodeModel
'Usage
Dim instance As QrCode
Dim value As QrCodeModel
instance.Model = value
value = instance.Model
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public virtual QrCodeModel Model {get; set;}
public read-write property Model: QrCodeModel; virtual;
JsonAttribute(1)
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set Model : QrCodeModel
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property virtual QrCodeModel get_Model();
public: __property virtual void set_Model(
QrCodeModel value
);
[Json(1)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
virtual property QrCodeModel Model {
QrCodeModel get();
void set ( QrCodeModel value);
}
See Also