Intersoft ClientUI Documentation
HorizontalScrollStep Property (FlowDocumentViewerBase)



Gets or sets horizontal scroll step on the page content in FlowDocument viewer.
Syntax
<CategoryAttribute("Common Properties")>
Public Property HorizontalScrollStep As Double
Dim instance As FlowDocumentViewerBase
Dim value As Double
 
instance.HorizontalScrollStep = value
 
value = instance.HorizontalScrollStep
[CategoryAttribute("Common Properties")]
public double HorizontalScrollStep {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double HorizontalScrollStep {
   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

FlowDocumentViewerBase Class
FlowDocumentViewerBase Members

Send Feedback