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

In This Topic
    SymbolSize Property (DataMatrixEcc000)
    In This Topic
    Gets or sets the size of symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property SymbolSize As Ecc000_140SymbolSize
    [Json(1)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Ecc000_140SymbolSize SymbolSize {get; set;}
    See Also