Intersoft ClientUI Documentation
VerticalScrollStep Property (FlowDocumentViewerPanel)



Gets or sets vertical scroll step on LineUp, LineDown, MouseWheelUp, and MouseWheelDown.
Syntax
<CategoryAttribute("Common Properties")>
Public Overridable Property VerticalScrollStep As Double
Dim instance As FlowDocumentViewerPanel
Dim value As Double
 
instance.VerticalScrollStep = value
 
value = instance.VerticalScrollStep
[CategoryAttribute("Common Properties")]
public virtual double VerticalScrollStep {get; set;}
[CategoryAttribute("Common Properties")]
public:
virtual property double VerticalScrollStep {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlowDocumentViewerPanel Class
FlowDocumentViewerPanel Members

Send Feedback