ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gs1DataBarOmnidirectional Class / RenderType Property

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