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



In This Topic
    ViewportGap Property (C1ListViewerPanel)
    In This Topic
    Gets a coeficient which will determine in each layout pass the size of the viewport. If zero is specified the size of the viewport will be equal to the scrollviewer viewport. If 0.5 is specified the size of the viewport will be enlarged to take up half screen more at both sides of the original viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewportGap As Double
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim value As Double
     
    value = instance.ViewportGap
    public double ViewportGap {get;}
    public:
    property double ViewportGap {
       double get();
    }
    See Also