ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IQuietZone Interface / Right Property






In This Topic
    Right Property (IQuietZone)
    In This Topic
    The size of the quiet zone on the right side of the barcode symbol. The default value for this property is 0.
    Syntax
    'Declaration
     
    
    Property Right As System.String
    'Usage
     
    
    Dim instance As IQuietZone
    Dim value As System.String
     
    instance.Right = value
     
    value = instance.Right
    System.string Right {get; set;}
    read-write property Right: System.String; 
    function get,set Right : System.String
    __property System.string* get_Right();
    __property void set_Right( 
       System.string* value
    );
    property System.String^ Right {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also