Gets or sets the location of the top left corner of the preview area (the scroll position) within the preview window. The value is relative to the PreviewRectangle, not to the ClientRectangle. The value is independent of the ZoomFactor (i.e. setting the same values will scroll to the same logical position in the document at any zoom factor).
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property PreviewScrollPosition As System.Drawing.PointF
             
        
            
            '使用法
 
Dim instance As C1PreviewPane
Dim value As System.Drawing.PointF
 
instance.PreviewScrollPosition = value
 
value = instance.PreviewScrollPosition
             
        
            
            public System.Drawing.PointF PreviewScrollPosition {get; set;}
             
        
             
        
            
            
            プロパティ値
The scroll position (unzoomed).
 
            
            
            
            
            
            
            
            
            
            
            
            参照