ComponentOne BarCode for UWP
C1.BarCode Namespace / RssExpandedStackedOptions Class / RowCount Property

In This Topic
    RowCount Property
    In This Topic
    Gets or sets the number of stacked rows.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(2)>
    Public Property RowCount As System.Integer
    [System.ComponentModel.DefaultValue(2)]
    public System.int RowCount {get; set;}
    See Also