ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / CaptionGrouping Property

In This Topic
    CaptionGrouping Property
    In This Topic
    Gets or sets a value indicating whether to add spaces between groups of characters in the caption to make long numbers easier to read.
    Syntax
    'Declaration
     
    
    Public Property CaptionGrouping As System.Boolean
    public System.bool CaptionGrouping {get; set;}
    See Also