ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / ItemWidth Property



In This Topic
    ItemWidth Property (C1ListViewerPanel)
    In This Topic
    Gets or sets the width of each item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ItemWidth As Double
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Double
     
    value = instance.ItemWidth
    public double ItemWidth {get;}
    public:
    property double ItemWidth {
       double get();
    }
    See Also