Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageViewer Class : ScrollViewer Property |
public ScrollViewer ScrollViewer {get;}
'Declaration Public ReadOnly Property ScrollViewer As ScrollViewer
'Usage Dim instance As ImageViewer Dim value As ScrollViewer value = instance.ScrollViewer
public: property ScrollViewer^ ScrollViewer { ScrollViewer^ get(); }
Use this property to get the ScrollViewer control that forms part of this control. You can use this control to subscribe to events, add content and perform various custom operations on it.
For C#/VB examples, refer to ScrollChanged.