ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Codabar Class / NwRatio Property






In This Topic
    NwRatio Property (Codabar)
    In This Topic
    Gets or sets the narrow and wide bar ratio of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property NwRatio As NarrowWideRatio
    'Usage
     
    
    Dim instance As Codabar
    Dim value As NarrowWideRatio
     
    instance.NwRatio = value
     
    value = instance.NwRatio
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual NarrowWideRatio NwRatio {get; set;}
    public read-write property NwRatio: NarrowWideRatio; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set NwRatio : NarrowWideRatio
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual NarrowWideRatio get_NwRatio();
    public: __property virtual void set_NwRatio( 
       NarrowWideRatio value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property NarrowWideRatio NwRatio {
       NarrowWideRatio get();
       void set (    NarrowWideRatio value);
    }
    Remarks
    The possible property values are 1:2 or 1:3.
    See Also