ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewer Class / ItemHeight Property



In This Topic
    ItemHeight Property (C1ListViewer)
    In This Topic
    Gets or sets the height of each item.
    Syntax
    'Declaration
     
    
    Public Property ItemHeight As Double
    'Usage
     
    
    Dim instance As C1ListViewer
    Dim value As Double
     
    instance.ItemHeight = value
     
    value = instance.ItemHeight
    public double ItemHeight {get; set;}
    public:
    property double ItemHeight {
       double get();
       void set (    double value);
    }
    See Also