ComponentOne FinancialChart for WPF
ViewportPreviewGap Property (C1ListViewerPanel)



C1.WPF Namespace > C1ListViewerPanel Class : ViewportPreviewGap Property
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

Reference

C1ListViewerPanel Class
C1ListViewerPanel Members