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



In This Topic
    ViewportPreviewGap Property (C1ListViewerPanel)
    In This Topic
    Gets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportPreviewGap As Double
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Double
     
    value = instance.ViewportPreviewGap
    public double ViewportPreviewGap {get;}
    public:
    property double ViewportPreviewGap {
       double get();
    }
    See Also