ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMatrixEcc200 Class / SymbolSize Property






In This Topic
    SymbolSize Property (DataMatrixEcc200)
    In This Topic
    Gets or sets the size of symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property SymbolSize As Ecc200SymbolSize
    'Usage
     
    
    Dim instance As DataMatrixEcc200
    Dim value As Ecc200SymbolSize
     
    instance.SymbolSize = value
     
    value = instance.SymbolSize
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Ecc200SymbolSize SymbolSize {get; set;}
    public read-write property SymbolSize: Ecc200SymbolSize; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set SymbolSize : Ecc200SymbolSize
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual Ecc200SymbolSize get_SymbolSize();
    public: __property virtual void set_SymbolSize( 
       Ecc200SymbolSize value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property Ecc200SymbolSize SymbolSize {
       Ecc200SymbolSize get();
       void set (    Ecc200SymbolSize value);
    }
    See Also